mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
initial commit with code
This commit is contained in:
9
docs/models/operations/UpdateDomainRequestBody.md
Normal file
9
docs/models/operations/UpdateDomainRequestBody.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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. |
|
||||
Reference in New Issue
Block a user