- Update an account-level template
Get account-level templates
Create an account-level template
Delete all account-level templates
Get all account-level template versions
Create an account-level template version
Get an account-level template
Delete an account-level template
Get an account-level template version
Update an account-level template version
Delete an account-level template version
Copy a template
Copy an account-level template version
Rename a template
Update an account-level t...
Update the description of an account-level template.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v4/templates/{template_name}
- EU Mailgunhttps://api.eu.mailgun.net/v4/templates/{template_name}
curl -i -X PUT \
-u '<username>:<password>' \
'https://api.mailgun.net/v4/templates/{template_name}' \
-H 'Content-Type: multipart/form-data' \
-F description=stringResponse
- github.com-mailgun-temple-httpapi-versionUpdate
- null
{ "message": "template has been updated", "template": { "name": "template_name" } }