Templates / Update
Updates one template.
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/templates/{id}
Method: PUT
Authorisation: Minimum role: USER
Response object
Response status: 200 (OK)
Response type: DTO_template
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_template
Name | Type | ReadOnly | Description |
---|---|---|---|
created_by | DTO_reference_user | ReadOnly | Created by |
last_updated_by | DTO_reference_user | ReadOnly | Last updated by |
groups | DTO_reference[] | Groups | |
sys_attachments | DTO_reference_attachment[] | Sys attachments | |
id | Int32 | ReadOnly | Id |
created | DateTime | ReadOnly | Created |
last_updated | DateTime | ReadOnly | Last updated |
name | String | Name | |
is_default | Boolean | Is default | |
type | ENUM template_type | Type | |
sys_content_rich | DTO_rich_text | Sys content rich |
DTO_reference_user
Name | Type | ReadOnly | Description |
---|---|---|---|
profile_pic | String | ReadOnly | Profile pic |
String | ReadOnly | ||
id | Int32 | Id | |
label | Object | ReadOnly | Label |
DTO_reference
Name | Type | ReadOnly | Description |
---|---|---|---|
id | Int32 | The id of the reference | |
label | Object | ReadOnly | Name/Label from referenced object. |
DTO_reference_attachment
Name | Type | ReadOnly | Description |
---|---|---|---|
size_kb | Int32 | ReadOnly | Size kb |
status | ENUM attachment_status | ReadOnly | Status |
status_message | String | ReadOnly | Status message |
download_url | String | ReadOnly | Download url |
id | Int32 | Id | |
label | Object | ReadOnly | Label |
DTO_rich_text
Name | Type | ReadOnly | Description |
---|---|---|---|
plain_preview | String | ReadOnly | Plain preview |
html | String | Html | |
editorjs | DTO_editorjs | Editorjs | |
read_minutes | Int32 | Read minutes |
DTO_editorjs
Name | Type | ReadOnly | Description |
---|---|---|---|
time | Int64 | Time | |
version | String | Version | |
blocks | DTO_editorjs_block[] | Blocks |
DTO_editorjs_block
Name | Type | ReadOnly | Description |
---|---|---|---|
id | String | Id | |
type | String | Type | |
data | Object | Data |
ENUM attachment_status
Value | Name | Description |
---|---|---|
0 | UNKNOWN | UNKNOWN |
1 | UNAVAILABLE | UNAVAILABLE, processing in progress |
2 | OK | OK |
3 | WARNING | WARNING |
4 | ERROR | ERROR |
ENUM template_type
Value | Name | Description |
---|---|---|
0 | UNKNOWN | UNKNOWN |
1 | SIGNATURE | SIGNATURE |
2 | AUTO_REPLY | AUTO_REPLY |