diff options
Diffstat (limited to 'docs/swagger.yaml')
| -rw-r--r-- | docs/swagger.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml index a39aed4..d62b46b 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml | |||
| @@ -594,6 +594,26 @@ paths: | |||
| 594 | tags: | 594 | tags: |
| 595 | - search | 595 | - search |
| 596 | /token: | 596 | /token: |
| 597 | delete: | ||
| 598 | produces: | ||
| 599 | - application/json | ||
| 600 | responses: | ||
| 601 | "200": | ||
| 602 | description: OK | ||
| 603 | schema: | ||
| 604 | allOf: | ||
| 605 | - $ref: '#/definitions/models.Response' | ||
| 606 | - properties: | ||
| 607 | data: | ||
| 608 | $ref: '#/definitions/models.LoginResponse' | ||
| 609 | type: object | ||
| 610 | "404": | ||
| 611 | description: Not Found | ||
| 612 | schema: | ||
| 613 | $ref: '#/definitions/models.Response' | ||
| 614 | summary: Deletes the token cookie from the user. | ||
| 615 | tags: | ||
| 616 | - auth | ||
| 597 | get: | 617 | get: |
| 598 | produces: | 618 | produces: |
| 599 | - application/json | 619 | - application/json |