| 123456789101112131415161718 |
- operationId: userLogout
- summary: Log out
- security: []
- description: User log out
- tags: [User]
- responses:
- "200":
- description: Log out successful. Returns success object
- content:
- application/json:
- schema:
- type: object
- properties:
- success:
- type: boolean
- "500":
- $ref: "#/components/responses/500"
|