minor fix

This commit is contained in:
Torma Kristóf 2020-11-26 00:46:25 +01:00
parent 3ee85a5000
commit 797c570351
1 changed files with 2 additions and 2 deletions

View File

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