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