Files
clerk-sdk-java/docs/models/operations/UpsertTemplateRequest.md
2024-06-13 13:51:50 -04:00

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 |