update_company_form_template
Modify company form templates in Procore to update names, descriptions, or PDF files for project management forms.
Instructions
Update Company Form Template. [Project Management/Forms] PATCH /rest/v1.0/companies/{company_id}/form_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Company Form Template ID | |
| company_id | Yes | Unique identifier for the company. | |
| name | No | The Name of the Form Template | |
| description | No | The Description of the Form Template | |
| fillable_pdf | No | Form's Fillable PDF. To upload a fillable PDF you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `fillable_pdf` as files. |