Update A PDF Template Config
update_a_pdf_template_config_companyUpdate an existing PDF template config for a Procore company. Send only fields to change; omitted fields keep current values. Requires company_id and id.
Instructions
Updates an existing PDF template config for the specified Procore company. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "pdf_template_config" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified PDF template config on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| id | Yes | URL path parameter — pDF Template Configs ID | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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 |