[skip ci] Updated swagger docs
This commit is contained in:
parent
434b5d9fe3
commit
59a5a2c1e7
|
|
@ -7342,7 +7342,7 @@ const docTemplate = `{
|
|||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/v1.UserExportStatus"
|
||||
"$ref": "#/definitions/models.UserExportStatus"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -10579,6 +10579,23 @@ const docTemplate = `{
|
|||
}
|
||||
}
|
||||
},
|
||||
"models.UserExportStatus": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"expires": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"models.UserGeneralSettings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
@ -11141,23 +11158,6 @@ const docTemplate = `{
|
|||
}
|
||||
}
|
||||
},
|
||||
"v1.UserExportStatus": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"expires": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.UserPassword": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
|
|
@ -7334,7 +7334,7 @@
|
|||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/v1.UserExportStatus"
|
||||
"$ref": "#/definitions/models.UserExportStatus"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -10571,6 +10571,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"models.UserExportStatus": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"expires": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"models.UserGeneralSettings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
@ -11133,23 +11150,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"v1.UserExportStatus": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created": {
|
||||
"type": "string"
|
||||
},
|
||||
"expires": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1.UserPassword": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
|
|
@ -1292,6 +1292,17 @@ definitions:
|
|||
this value.
|
||||
type: string
|
||||
type: object
|
||||
models.UserExportStatus:
|
||||
properties:
|
||||
created:
|
||||
type: string
|
||||
expires:
|
||||
type: string
|
||||
id:
|
||||
type: integer
|
||||
size:
|
||||
type: integer
|
||||
type: object
|
||||
models.UserGeneralSettings:
|
||||
properties:
|
||||
default_project_id:
|
||||
|
|
@ -1708,17 +1719,6 @@ definitions:
|
|||
token:
|
||||
type: string
|
||||
type: object
|
||||
v1.UserExportStatus:
|
||||
properties:
|
||||
created:
|
||||
type: string
|
||||
expires:
|
||||
type: string
|
||||
id:
|
||||
type: integer
|
||||
size:
|
||||
type: integer
|
||||
type: object
|
||||
v1.UserPassword:
|
||||
properties:
|
||||
new_password:
|
||||
|
|
@ -6860,7 +6860,7 @@ paths:
|
|||
"200":
|
||||
description: OK
|
||||
schema:
|
||||
$ref: '#/definitions/v1.UserExportStatus'
|
||||
$ref: '#/definitions/models.UserExportStatus'
|
||||
security:
|
||||
- JWTKeyAuth: []
|
||||
summary: Get current user data export
|
||||
|
|
|
|||
Loading…
Reference in New Issue