[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": {
"type": "object",
"properties": {
"finished_at": {
"type": "string"
},
"id": {
"type": "integer"
},
"migrator_name": {
"type": "string"
},
"time": {
"started_at": {
"type": "string"
}
}

View File

@ -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"
}
}

View File

@ -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: