initial commit with code

This commit is contained in:
Kyle MacDonald
2024-06-13 13:51:50 -04:00
parent 0d66e8ff7b
commit 0d763fc89a
1109 changed files with 130690 additions and 0 deletions

View 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. |