Update Project Type
update_project_typeUpdate an existing project type's name within a company's settings by providing company ID, project type ID, and new name.
Instructions
Update project type. 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, name. Procore API: Company Admin > Company Settings. Endpoint: PATCH /rest/v1.0/companies/{company_id}/project_types/{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 type | |
| name | Yes | JSON request body field — the Name of the Project Type |