Update Template (v1)
Templates
Update Template (v1)
Updates a template by ID and hash_id; creates a new version if the user is not the creator or if other users or active instances reference the original.
PUT
Update Template (v1)
Authorizations
API key must be provided in the Authorization header
Body
application/json
Current MD5 hash of the template to update, used to verify the correct version is being modified (required)
Example:
"49c538d097ad6437413b83711c9f61e8"
Template object whose hash_id is used as a fallback to identify the template to update when no top-level hash_id is provided.
Response
Returns {success: true, hash_id, msg, template}; msg varies: "No Edits made...", "Created an Edited Copy...", or "Created an Edited Copy of Template..."