[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2023-11-08 23:29:34 +00:00 committed by kolaente
parent 46683a2516
commit 91146f139b
3 changed files with 11 additions and 3 deletions

View File

@ -7187,13 +7187,16 @@ const docTemplate = `{
"migration.Status": { "migration.Status": {
"type": "object", "type": "object",
"properties": { "properties": {
"finished_at": {
"type": "string"
},
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"migrator_name": { "migrator_name": {
"type": "string" "type": "string"
}, },
"time": { "started_at": {
"type": "string" "type": "string"
} }
} }

View File

@ -7179,13 +7179,16 @@
"migration.Status": { "migration.Status": {
"type": "object", "type": "object",
"properties": { "properties": {
"finished_at": {
"type": "string"
},
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"migrator_name": { "migrator_name": {
"type": "string" "type": "string"
}, },
"time": { "started_at": {
"type": "string" "type": "string"
} }
} }

View File

@ -45,11 +45,13 @@ definitions:
type: object type: object
migration.Status: migration.Status:
properties: properties:
finished_at:
type: string
id: id:
type: integer type: integer
migrator_name: migrator_name:
type: string type: string
time: started_at:
type: string type: string
type: object type: object
models.APIPermissions: models.APIPermissions: