Update Project Stage
update_project_stageUpdate an existing project stage in Procore by providing its ID and company ID. Modify fields such as name, category, or bidding stage status.
Instructions
Update the specified Project Stage. Use this to update an existing Company Settings (only the supplied fields are changed). Updates the specified Company Settings and returns the modified object on success. Required parameters: company_id, id. Procore API: Company Admin > Company Settings. Endpoint: PATCH /rest/v1.0/companies/{company_id}/project_stages/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — iD of the project stage | |
| is_bidding_stage | No | JSON request body field — the Bidding Stage status of the Project Stage | |
| name | No | JSON request body field — the Name of the Project Stage | |
| category | No | JSON request body field — the Category Type of the Project Stage |