[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": { "code": {
"type": "string" "type": "string"
}, },
"redirect_url": {
"type": "string"
},
"scope": { "scope": {
"type": "string" "type": "string"
} }
@ -8883,9 +8886,6 @@ const docTemplate = `{
"items": { "items": {
"$ref": "#/definitions/openid.Provider" "$ref": "#/definitions/openid.Provider"
} }
},
"redirect_url": {
"type": "string"
} }
} }
}, },

View File

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

View File

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