Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 3.07 KB

UpdateDomainRequestBody.md

File metadata and controls

9 lines (6 loc) · 3.07 KB

UpdateDomainRequestBody

Fields

Field Type Required Description
name JsonNullable<? extends 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<? extends String> The full URL of the proxy that will forward requests to Clerk's Frontend API.
Can only be updated for production instances.