diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/swagger.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml index d40b847..3249483 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml | |||
| @@ -241,6 +241,8 @@ definitions: | |||
| 241 | type: string | 241 | type: string |
| 242 | links: | 242 | links: |
| 243 | $ref: '#/definitions/models.Links' | 243 | $ref: '#/definitions/models.Links' |
| 244 | pagination: | ||
| 245 | $ref: '#/definitions/models.Pagination' | ||
| 244 | profile: | 246 | profile: |
| 245 | type: boolean | 247 | type: boolean |
| 246 | rankings: | 248 | rankings: |
| @@ -339,6 +341,8 @@ definitions: | |||
| 339 | properties: | 341 | properties: |
| 340 | id: | 342 | id: |
| 341 | type: integer | 343 | type: integer |
| 344 | is_disabled: | ||
| 345 | type: boolean | ||
| 342 | name: | 346 | name: |
| 343 | type: string | 347 | type: string |
| 344 | type: object | 348 | type: object |