minor fix
This commit is contained in:
parent
3ee85a5000
commit
797c570351
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user