Update information or content of the specific template version. Existing fields not included in the request will not be changed
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/{domain_name}/templates/{template_name}/versions/{version_name}
- EU Mailgunhttps://api.eu.mailgun.net/v3/{domain_name}/templates/{template_name}/versions/{version_name}
curl -i -X PUT \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/{domain_name}/templates/{template_name}/versions/{version_name}' \
-H 'Content-Type: multipart/form-data' \
-F template=string \
-F comment=string \
-F active=string \
-F headers=stringResponse
- github.com-mailgun-temple-httpapi-versionUpdate
- null
{ "message": "version has been updated", "template": { "name": "template_name", "version": { … } } }