cURL
curl --request PUT \ --url https://api.embedreach.com/partner/automation-templates/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "version": "<string>", "contents": "<unknown>" } '
{ "success": true, "message": "<string>", "data": { "template": "<unknown>" } }
Update an automation template (must belong to authenticated partner)
Status 200 response
Show child attributes