mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 12:27:45 +00:00
9 lines
2.1 KiB
Markdown
9 lines
2.1 KiB
Markdown
# VerifyDomainProxyRequestBody
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `domainId` | *Optional<? extends String>* | :heavy_minus_sign: | The ID of the domain that will be updated. |
|
|
| `proxyUrl` | *Optional<? extends String>* | :heavy_minus_sign: | The full URL of the proxy which will forward requests to the Clerk Frontend API for this domain. e.g. https://example.com/__clerk | |