minor fix

This commit is contained in:
Torma Kristóf 2020-11-26 00:46:25 +01:00
parent 3ee85a5000
commit 797c570351

View File

@ -47,13 +47,13 @@ paths:
$ref: '#/components/schemas/ApiResponse' $ref: '#/components/schemas/ApiResponse'
/api/auth/logoff: /api/auth/logoff:
post: delete:
tags: tags:
- backend - backend
summary: Logs out a user summary: Logs out a user
operationId: logoff operationId: logoff
responses: responses:
200: 204:
description: successful operation description: successful operation
401: 401:
description: Incorrect credentials description: Incorrect credentials