automation-suite
2021.10
false
- Getting started
- Authentication
- Scopes and permissions
- Platform Management APIs
- Get Message Template
- Update a Message Template
- Get Message Template by Name
Update a Message Template
OUT OF SUPPORT
Automation Suite API Guide
Last updated Nov 11, 2024
Update a Message Template
Updates an existing message template, by the template ID.
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
Param |
Data type |
Description |
---|---|---|
(required) |
String |
The ID of message template you want to update. |
The request body contains the message ID and the new content.
{
"id": 0,
"value": "string"
}
{
"id": 0,
"value": "string"
}