Update A PDF Template Config
update_a_pdf_template_config_companyUpdate an existing company PDF template configuration by modifying only the supplied fields; returns the modified object.
Instructions
Update a PDF Template Config. Use this to update an existing Documents (only the supplied fields are changed). Updates the specified Documents and returns the modified object on success. Required parameters: company_id, id. Procore API: Core > Documents. Endpoint: PATCH /rest/v1.0/companies/{company_id}/pdf_template_configs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — pDF Template Configs ID | |
| description | No | JSON request body field — description of the PdfTemplateConfig | |
| template_name | No | JSON request body field — pdfTemplate name | |
| default_project | No | JSON request body field — set the configs as default to every company's project | |
| pdf_config_options | No | JSON request body field — the pdf config options for this Documents operation |