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