latestSwagger 2.02026-08-101561322.2 MB
3e4029d19684
Templates
Update a template
<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Templates/updateTemplate" target="_blank">Try in sandbox</a><br>
put/api/v2/templates/{id}
Path parameters
idinteger required
Request body
Example request
{
"name": "New template name",
"content": "New template content"
}Response
Returned when successful.
Example response
{
"id": 515,
"href": "/api/v2/entity_name/1"
}