Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.{your-broker}.slate-labs.com/email-templates/{template_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "default_locale": "<string>", "is_active": true } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Update template metadata (name, description, default_locale, is_active).
Successful Response