Skip to content

Commit

Permalink
add some missing pieces to api.raml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Sep 13, 2024
1 parent 5c05687 commit 7637adf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api.raml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,11 @@ types:
}
/authentication:
post:
queryParameters:
rpOrigin:
description: relying party origin
type: string
example: "https://sub.domain.com"
body:
type: Authentication
responses:
Expand All @@ -359,6 +364,10 @@ types:
authentication failed).
body:
type: Error
403:
description: The rpOrigin does not match any of the configured values.
body:
type: Error
410:
description: >
The invite has expired. A new code has been generated and emailed
Expand Down

0 comments on commit 7637adf

Please sign in to comment.