Files
clerk-sdk-java/docs/models/operations/AddDomainRequestBody.md
2024-06-13 13:51:50 -04:00

2.8 KiB
Raw Permalink Blame History

AddDomainRequestBody

Fields

Field Type Required Description
name String ✔️ The new domain name. Can contain the port for development instances.
isSatellite boolean ✔️ Marks the new domain as satellite. Only true is accepted at the moment.
proxyUrl Optional<? extends String> The full URL of the proxy which will forward requests to the Clerk Frontend API for this domain. Applicable only to production instances.