update_drawing_v1_1
Modify drawing details in Procore projects by updating the drawing number, title, discipline, revision order, or obsolete status.
Instructions
Update Drawing. [Project Management/Drawings] PATCH /rest/v1.1/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 |