v1
latestSwagger 2.02026-07-13301635.0 KBtemplates
Updates an Existing Template in the User’s Account
Updates an Existing Template in the User’s Account
post/templates/update
Request body
Example request
{
"uid": "fhqwfuihuifqwhiuwqfhiqwfh124",
"template_id": 12,
"name": "My custom template",
"message": "How do I love thee? Let me count the ways"
}Response
successful operation
Example response
[
{
"id": 42,
"category_id": 33,
"name": "Love Letter to Sandy",
"message": "How do I love thee? Let me count the ways"
}
]