UpdateTextTemplateRequest (object)
| Field | Type | Description |
|---|---|---|
| content | string | — |
| document_type | string | string
|
| is_default | boolean | — |
| name | string | — |
| position | string | string
|
| type | string | string
|
| visible_for_me | boolean | — |
Example (JSON)
{
"name": "string",
"type": "document",
"document_type": "all",
"position": "subject",
"is_default": true,
"visible_for_me": true
}