SMS Templates
Update a SMS Template
OAuth Scope
This endpoint requires the following OAuth scope manage_templates.
post/smstemplate/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the SMS Template
Request body
Example request
{
"uuid": "123e4567-78d5-45cb-9489-23f945ba341b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}