Skip to content

Commit

Permalink
/invitation-accepted remove 404 status
Browse files Browse the repository at this point in the history
In #58 this status code was added, I think it ought to be removed in favor of
the 400 status code that allready exists, so I made the message clearer.
  • Loading branch information
mickenordin authored and glpatcern committed Aug 13, 2024
1 parent 4847245 commit c68b5ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,17 +225,13 @@ paths:
schema:
$ref: "#/definitions/AcceptedInviteResponse"
400:
description: The invitation token is invalid.
description: The invitation token is invalid or does not exist.
schema:
$ref: "#/definitions/Error"
403:
description: Remote service is not trusted to accept invitations.
schema:
$ref: "#/definitions/Error"
404:
description: The invitation token does not exist.
schema:
$ref: "#/definitions/Error"
409:
description: User is already known by the OCM provider.
schema:
Expand Down

0 comments on commit c68b5ae

Please sign in to comment.