[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2024-01-28 14:43:54 +00:00 committed by kolaente
parent 96b4f2d1db
commit ba0cb022b1
3 changed files with 8 additions and 8 deletions

View File

@ -8548,6 +8548,9 @@ const docTemplate = `{
"code": {
"type": "string"
},
"redirect_url": {
"type": "string"
},
"scope": {
"type": "string"
}
@ -8883,9 +8886,6 @@ const docTemplate = `{
"items": {
"$ref": "#/definitions/openid.Provider"
}
},
"redirect_url": {
"type": "string"
}
}
},

View File

@ -8540,6 +8540,9 @@
"code": {
"type": "string"
},
"redirect_url": {
"type": "string"
},
"scope": {
"type": "string"
}
@ -8875,9 +8878,6 @@
"items": {
"$ref": "#/definitions/openid.Provider"
}
},
"redirect_url": {
"type": "string"
}
}
},

View File

@ -1099,6 +1099,8 @@ definitions:
properties:
code:
type: string
redirect_url:
type: string
scope:
type: string
type: object
@ -1345,8 +1347,6 @@ definitions:
items:
$ref: '#/definitions/openid.Provider'
type: array
redirect_url:
type: string
type: object
v1.vikunjaInfos:
properties: