Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 5.09 KB

UpdateDomainRequestBody.md

File metadata and controls

10 lines (7 loc) · 5.09 KB

UpdateDomainRequestBody

Fields

Field Type Required Description
name JsonNullable<String> The new domain name. For development instances, can contain the port,
i.e myhostname:3000. For production instances, must be a valid FQDN,
i.e mysite.com. Cannot contain protocol scheme.
proxyUrl JsonNullable<String> The full URL of the proxy that will forward requests to Clerk's Frontend API.
Can only be updated for production instances.
isSecondary JsonNullable<Boolean> Whether this is a domain for a secondary app, meaning that any subdomain provided is significant and
will be stored as part of the domain. This is useful for supporting multiple apps (one primary and
multiple secondaries) on the same root domain (eTLD+1).