Update Canned Response in Account
PATCH
/api/v1/accounts/{account_id}/canned_responses/{id}
Canned Response
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/api/v1/accounts//canned_responses/' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"content": "string",
"short_code": "string"
}'
Response Response Example
200 - Example 1
{
"id": 0,
"content": "string",
"short_code": "string",
"account_id": 0
}
Request
Path Params
id
integerÂ
required
account_id
stringÂ
required
Body Params application/json; charset=utf-8