Restore Project Form
restore_project_formRestores a deleted form from the project's recycle bin by providing the form ID and project ID.
Instructions
Restores the specified Form from Recycle Bin. Use this to update an existing Forms (only the supplied fields are changed). Updates the specified Forms and returns the modified object on success. Required parameters: id, project_id. Procore API: Project Management > Forms. Endpoint: PATCH /rest/v1.0/projects/{project_id}/recycle_bin/forms/{id}/restore
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Forms resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. |