mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 12:27:45 +00:00
10 lines
2.9 KiB
Markdown
10 lines
2.9 KiB
Markdown
# UpsertTemplateRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `templateType` | [com.clerk.backend_api.models.operations.UpsertTemplatePathParamTemplateType](../../models/operations/UpsertTemplatePathParamTemplateType.md) | :heavy_check_mark: | The type of template to update |
|
|
| `slug` | *String* | :heavy_check_mark: | The slug of the template to update |
|
|
| `requestBody` | [Optional<? extends com.clerk.backend_api.models.operations.UpsertTemplateRequestBody>](../../models/operations/UpsertTemplateRequestBody.md) | :heavy_minus_sign: | N/A | |