Edits an SMS template by its ID.
This method supports partial updating, only those fields of the object that you specify in the request body will be changed.
Request
PATCH https://api.bytehand.com/v2/sms/templates/smsTemplateId
Parameters
Path Parameters | |
---|---|
smsTemplateId | number Required parameter. Unique SMS template ID. |
Query Parameters | |
transliterate | boolean Optional parameter. If true then translate text to Latin alphabet. Default false< /span>. |
Body
An object of the type SmsTemplateSeed is required in the request body.
Authorization
Requires authorization and access right sms_manage.
Response
Upon successful completion of the request, an object of type Response is returned.