update_drawing
Modify drawing details in Procore, including number, title, discipline, and revision status, to maintain accurate project documentation.
Instructions
Update Drawing. [Project Management/Drawings] PATCH /rest/v1.0/drawing_areas/{drawing_area_id}/drawings/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drawing_area_id | Yes | ID of the drawing area | |
| id | Yes | Drawing ID | |
| number | No | Drawing number | |
| title | No | Drawing title | |
| obsolete | No | Obsolete status | |
| drawing_discipline | No | Drawing discipline | |
| ordered_revision_ids | No | Ordered array of the complete list of reviewed and published Drawing Revision IDs that belong to the drawing |