diff --git a/spec.yaml b/spec.yaml index 135d434..723d70c 100644 --- a/spec.yaml +++ b/spec.yaml @@ -167,11 +167,20 @@ paths: 400: description: The invitation token is invalid. schema: - $ref: "#/definitions/Error" + $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: + $ref: "#/definitions/Error" + definitions: '400': type: object