Skip to content

Commit

Permalink
deploy: f88e11b
Browse files Browse the repository at this point in the history
  • Loading branch information
dborovcanin committed Oct 25, 2024
1 parent 052db95 commit 3cffdfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apis/api/openapi/invitations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ paths:
description: Failed due to malformed JSON.
"401":
description: Missing or invalid access token provided.
"403":
description: Unauthorized access to the domain ID.
"404":
description: A non-existent entity request.
"409":
Expand Down Expand Up @@ -86,6 +88,8 @@ paths:
description: |
Missing or invalid access token provided.
This endpoint is available only for administrators.
"403":
description: Unauthorized access to the domain ID.
"404":
description: A non-existent entity request.
"422":
Expand Down Expand Up @@ -165,6 +169,8 @@ paths:
description: Failed due to malformed query parameters.
"401":
description: Missing or invalid access token provided.
"403":
description: Unauthorized access to the domain ID.
"404":
description: A non-existent entity request.
"415":
Expand All @@ -191,6 +197,8 @@ paths:
description: Invitation deleted.
"400":
description: Failed due to malformed JSON.
"403":
description: Unauthorized access to the domain ID.
"404":
description: Failed due to non existing user.
"401":
Expand Down

0 comments on commit 3cffdfe

Please sign in to comment.