mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
boh
This commit is contained in:
parent
9e9dbc8025
commit
51c3c98541
1 changed files with 7 additions and 1 deletions
|
@ -176,8 +176,14 @@ paths:
|
||||||
security:
|
security:
|
||||||
- BearerAuth: []
|
- BearerAuth: []
|
||||||
responses:
|
responses:
|
||||||
'204':
|
'201':
|
||||||
description: Follow user action successful.
|
description: Follow user action successful.
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: "#/components/schemas/generic_success"
|
||||||
|
example:
|
||||||
|
status: "Success"
|
||||||
'403':
|
'403':
|
||||||
description: The user has no permission perform this action.
|
description: The user has no permission perform this action.
|
||||||
content:
|
content:
|
||||||
|
|
Loading…
Reference in a new issue