PATCH
/
api
/
v1
/
sms
/
template
/
TMP46658D5DE
curl --request PATCH \
  --url https://eazymsg.com/api/v1/sms/template/TMP46658D5DE \
  --header 'Content-Type: application/json' \
  --data '{
  "authKey": "{{key}}",
  "senderId": "EZYMSG,ENGNFY",
  "templateName": "Send OTP Test ",
  "dltTemplateId": "1207171678372351433",
  "template": "Dear User"
}'
{
  "code": "0x0200",
  "message": "Template updated successfully.",
  "status": "SUCCESS"
}

Body

application/json ยท object

Response

200
application/json
OK

The response is of type object.