update_form
Modify form details in Procore projects, including name, description, privacy settings, PDF files, and attachments.
Instructions
Update Form. [Project Management/Forms] PATCH /rest/v1.0/projects/{project_id}/forms/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Form ID | |
| send_emails | No | Designates whether or not emails will be sent (default false) | |
| name | No | The Name of the Form | |
| description | No | The Description of the Form | |
| private | No | The Private status of the Form | |
| 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. | |
| attachments | No | Form's Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. |