Update Project
update_projectUpdate an existing project's details by providing its ID, company ID, and project data. Modify specified fields and receive the updated project object.
Instructions
Update information for an existing project. #### Country and State codes The country_code and state_code parameter values must conform to the ISO-3166 Alpha-2 specification. See Working with Country Codes for additional information. Use this to update an existing Portfolio records (only the supplied fields are changed). Updates the specified Portfolio records and returns the modified object on success. Required parameters: id, company_id, project. Procore API: Core > Portfolio. Endpoint: PATCH /rest/v1.0/projects/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the project. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| company_id | Yes | JSON request body field — the unique identifier for the Company the Project is associated with. | |
| project | Yes | JSON request body field — the project for this Portfolio operation |