Update Template
Update an edit template.
Applies a partial update to the template identified by template_id. Set
name to rename it and/or form_fields to replace its field list; omitted
fields are left unchanged. Returns the updated template, or 404 if no
template with that id exists.
form_fields replaces the entire list.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
Successful Response
A reusable edit template: an empty PDF and the form_fields defined on it.
Unique identifier of the template.
Name of the template.
File information for the empty PDF template.
Form fields attached to the template.
Number of form fields in the template.
Timestamp of creation.
Timestamp of last update.