Authorization: ********************
{
"ticket_code": "string",
"project_id": 0,
"edit_value": [
{
"custom_field_sid": 0,
"custom_field_name": "string",
"custom_field_value": "string",
"custom_field_type": "string",
"date_modified": "1s",
"is_deleted": true,
"ticket_custom_field_type": "TICKET_CUSTOMFIELD_TYPE_BOOLEAN"
}
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/editcustomfield' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_code": "string",
"project_id": 0,
"edit_value": [
{
"custom_field_sid": 0,
"custom_field_name": "string",
"custom_field_value": "string",
"custom_field_type": "string",
"date_modified": "1s",
"is_deleted": true,
"ticket_custom_field_type": "TICKET_CUSTOMFIELD_TYPE_BOOLEAN"
}
]
}'
{
"ticket_code": "string",
"project_id": 0,
"edited_custom_field": [
{
"custom_field_sid": 0,
"custom_field_name": "string",
"custom_field_value": "string",
"custom_field_type": "string",
"date_modified": "1s",
"is_deleted": true,
"ticket_custom_field_type": "TICKET_CUSTOMFIELD_TYPE_BOOLEAN"
}
]
}