Authorization: ********************{
"whats_app_template": {
"template_name": "Updated Template Name",
"folder": "New Folder",
"category": "MARKETING",
"components_attributes": [
{
"id": "component_id_1",
"value": "Updated body text with {{variable | example: 'value'}}."
},
{
"id": "component_id_2",
"value": "Updated header text"
}
]
}
}curl --location --request PATCH '/api/v1/whats_app_templates/wt_template_id_1' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"whats_app_template": {
"template_name": "Updated Template Name",
"folder": "New Folder",
"category": "MARKETING",
"components_attributes": [
{
"id": "component_id_1",
"value": "Updated body text with {{variable | example: '\''value'\''}}."
},
{
"id": "component_id_2",
"value": "Updated header text"
}
]
}
}'{
"id": "template_prefix_id_1",
"template_name": "Template to Archive",
"language": "en",
"category": "MARKETING",
"status": "disabled",
"whats_app_business_account_id": 123,
"components": [
{
"id": "component_id_1",
"component_type": "body",
"data_type": "text",
"value": "This template is now archived.",
"index": 0
}
]
}