Update Drawing Set
update_drawing_setUpdate an existing drawing set's name or date. Modify only the supplied fields in a Procore project.
Instructions
Update an existing Drawing Set in the specified Project. Use this to update an existing Drawings (only the supplied fields are changed). Updates the specified Drawings and returns the modified object on success. Required parameters: project_id, id. Procore API: Project Management > Drawings. Endpoint: PATCH /rest/v1.0/projects/{project_id}/drawing_sets/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — iD of the drawing set | |
| name | No | JSON request body field — drawing Set name | |
| date | No | JSON request body field — drawing Set date |