Authorization: ********************
{
"ticket_template_id": 0,
"edit_value": {
"ticket_template_id": 0,
"org_id": "string",
"template": "string",
"template_entity_version": "string",
"template_name": "string",
"created_by_id": "string",
"modified_by": "string",
"created_date": "1s",
"modified_date": "1s",
"is_active": true,
"template_id": 0
},
"edited_fields_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/edittickettemplate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_template_id": 0,
"edit_value": {
"ticket_template_id": 0,
"org_id": "string",
"template": "string",
"template_entity_version": "string",
"template_name": "string",
"created_by_id": "string",
"modified_by": "string",
"created_date": "1s",
"modified_date": "1s",
"is_active": true,
"template_id": 0
},
"edited_fields_mask": "string"
}'
{
"is_edited": true
}