From 7637adf1adf178fb4c6cf526c476853df46f5b04 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:47:37 +0800 Subject: [PATCH] add some missing pieces to api.raml [skip ci] --- api.raml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api.raml b/api.raml index 83ce571d..94508a64 100644 --- a/api.raml +++ b/api.raml @@ -343,6 +343,11 @@ types: } /authentication: post: + queryParameters: + rpOrigin: + description: relying party origin + type: string + example: "https://sub.domain.com" body: type: Authentication responses: @@ -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