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-1c34-4ec6-8b56-23482ac0c97b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}