cURL
curl --request PATCH \ --url https://commerce.driv.ly/api/templates/{id} \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "type": "<string>", "messageText": "<string>", "subject": "<string>" } '
{ "data": { "id": "<string>", "type": "<string>", "messageText": "<string>", "subject": "<string>" }, "success": true }
Template is uniquely identified by id
The number of levels of related objects to include in the response
Template has Template Type
Template has Message Text
Template has Subject
Template Updated
Show child attributes