Update Drawing Revision
update_drawing_revisionUpdate fields of an existing drawing revision. Modify parameters like revision number or dates; only changed fields are updated.
Instructions
Update specified Drawing Revision. 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_revisions/{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 Revision | |
| drawing_date | No | JSON request body field — the drawing date in YYYY-MM-DD format | |
| received_date | No | JSON request body field — the received date in YYYY-MM-DD format | |
| revision_number | No | JSON request body field — the revision number for this Drawings operation | |
| floorplan | No | JSON request body field — revision floorplan status | |
| drawing_set_id | No | JSON request body field — unique identifier of the drawing set | |
| drawing_id | No | JSON request body field — unique identifier of the drawing | |
| custom_field_%{custom_field_definition_id} | No | JSON request body field — value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |