Skip to content

Commit 00fe39c

Browse files
battermannsupersven
authored andcommitted
added description
1 parent 0a1133c commit 00fe39c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libs/wire-api/src/Wire/API/Routes/Public/Brig/DomainVerification.hs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,12 @@ type DomainVerificationAPI =
442442
:<|> Named
443443
"get-domain-registration"
444444
( Summary "Get domain registration configuration by email"
445+
:> Description
446+
"- `due_to_existing_account`: boolean (optional, only present if `domain_redirect` is `no-registration`)\n\
447+
\- `backend`: object (optional, must be present if `domain_redirect` is `backend`)\n\
448+
\ - `config_url`: string (required)\n\
449+
\ - `webapp_url`: string (optional)\n\
450+
\- `sso_code`: string (optional, must be present if `domain_redirect` is `sso`)"
445451
:> From V10
446452
:> CanThrow DomainVerificationInvalidDomain
447453
:> "get-domain-registration"

0 commit comments

Comments
 (0)