We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1133c commit 00fe39cCopy full SHA for 00fe39c
libs/wire-api/src/Wire/API/Routes/Public/Brig/DomainVerification.hs
@@ -442,6 +442,12 @@ type DomainVerificationAPI =
442
:<|> Named
443
"get-domain-registration"
444
( 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`)"
451
:> From V10
452
:> CanThrow DomainVerificationInvalidDomain
453
:> "get-domain-registration"
0 commit comments