Templates API
Update a Template
PATCH
The Update a Template endpoint allows you to modify an existing template identified by
Request Body Parameters:
{template_id}. You can update one or more fields of the template schema. Any field that is not provided in the request will remain unchanged.
Note that this process can also be done in the ParDocs Console
document_type(string, optional): Specifies the document type the schema applies to.template_data(object, optional): Contains the updated schema definition for the extraction.
Authorizations
Path Parameters
The ID of template to update.
Body
application/json

