Update A Crew
update_a_crewUpdate an existing crew in a Procore project by specifying project and crew ID. Modify fields such as leader, name, members, or equipment.
Instructions
Updating a Crew associated with the specified Project. Use this to update an existing Directory records (only the supplied fields are changed). Updates the specified Directory records and returns the modified object on success. Required parameters: project_id, id. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/projects/{project_id}/crews/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| lead_party_id | No | JSON request body field — party Id of crew leader | |
| name | No | JSON request body field — crew Name | |
| party_ids | No | JSON request body field — array of party identifiers | |
| equipment_ids | No | JSON request body field — array of equipment identifiers |