Templates

Partially Update Template

Update template properties, a single user, OR a single field. Cannot mix multiple entity types in one request. Use PUT for comprehensive updates including users, fields, and reminders.

patch/templates/{id}

Path parameters

idstring uuid required

Request body

OR
OR

Example request

{
  "document_id": "123e4567-e89b-12d3-a456-426614174000"
}

Response

Template partially updated successfully

messagestring required
updated_fieldsstring[] required

Returned when updating properties

userobject

Returned when updating/creating a user

Changes

No recorded changes to this endpoint across all 1 revision of this API.