Update Drawing
update_drawingModify specific fields of an existing drawing, such as number, title, discipline, or revision order, using the drawing area ID and drawing ID.
Instructions
Update specified Drawing. 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: drawing_area_id, id. Procore API (v1.1): Project Management > Drawings. Endpoint: PATCH /rest/v1.1/drawing_areas/{drawing_area_id}/drawings/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drawing_area_id | Yes | URL path parameter — iD of the drawing area | |
| id | Yes | URL path parameter — unique identifier of the Drawings resource | |
| number | No | JSON request body field — drawing number | |
| title | No | JSON request body field — drawing title | |
| obsolete | No | JSON request body field — obsolete status | |
| drawing_discipline | No | JSON request body field — the drawing discipline for this Drawings operation | |
| ordered_revision_ids | No | JSON request body field — ordered array of the complete list of reviewed and published Drawing Revision IDs that belong to the drawing |