UpdateContentBlockRequest
Request to update an existing content block
Properties
| Name | Type | Description |
|---|---|---|
| name* | string | Display name for the content block |
Display name for the content block | ||
| bodyHtml | string | HTML content of the block with Liquid syntax support |
HTML content of the block with Liquid syntax support | ||
| description | string | Optional description explaining the block's purpose and where it should be used |
Optional description explaining the block's purpose and where it should be used | ||
| category* | enum | Custom ServiceTerms ServiceProposals TemplateParts WebContent Email EmailParts |
Custom ServiceTerms ServiceProposals TemplateParts WebContent Email EmailParts | ||
| subjectLine | string | Optional subject line for email content blocks (only relevant when Category is EmailParts). |
Optional subject line for email content blocks (only relevant when Category is EmailParts). | ||
JSON Example
{
"name": "string",
"bodyHtml": "string",
"description": "string",
"category": "Custom",
"subjectLine": "string"
}