This commit is contained in:
Marco Realacci 2022-11-21 09:43:09 +01:00
parent 9e9dbc8025
commit 51c3c98541

View file

@ -176,8 +176,14 @@ paths:
security:
- BearerAuth: []
responses:
'204':
'201':
description: Follow user action successful.
content:
application/json:
schema:
$ref: "#/components/schemas/generic_success"
example:
status: "Success"
'403':
description: The user has no permission perform this action.
content: