[skip ci] Updated swagger docs
This commit is contained in:
parent
96b4f2d1db
commit
ba0cb022b1
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user