[skip ci] Updated swagger docs
This commit is contained in:
parent
46683a2516
commit
91146f139b
@ -7187,13 +7187,16 @@ const docTemplate = `{
|
||||
"migration.Status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"finished_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"migrator_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"time": {
|
||||
"started_at": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
|
@ -7179,13 +7179,16 @@
|
||||
"migration.Status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"finished_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"migrator_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"time": {
|
||||
"started_at": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
|
@ -45,11 +45,13 @@ definitions:
|
||||
type: object
|
||||
migration.Status:
|
||||
properties:
|
||||
finished_at:
|
||||
type: string
|
||||
id:
|
||||
type: integer
|
||||
migrator_name:
|
||||
type: string
|
||||
time:
|
||||
started_at:
|
||||
type: string
|
||||
type: object
|
||||
models.APIPermissions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user