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