mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 20:37:47 +00:00
9 lines
3.1 KiB
Markdown
9 lines
3.1 KiB
Markdown
# UpdateDomainRequestBody
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `name` | *JsonNullable<? extends String>* | :heavy_minus_sign: | The new domain name. For development instances, can contain the port,<br/>i.e `myhostname:3000`. For production instances, must be a valid FQDN,<br/>i.e `mysite.com`. Cannot contain protocol scheme. |
|
|
| `proxyUrl` | *JsonNullable<? extends String>* | :heavy_minus_sign: | The full URL of the proxy that will forward requests to Clerk's Frontend API.<br/>Can only be updated for production instances. | |