Update App Configuration
update_app_configurationUpdate an existing app configuration in Procore's App Marketplace by providing the configuration ID and company ID. Modify fields like title, project associations, or instance settings.
Instructions
Change the configuration of an existing app configuration. Use this to update an existing App Marketplace records (only the supplied fields are changed). Updates the specified App Marketplace records and returns the modified object on success. Required parameters: id, company_id. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: PATCH /rest/v1.0/companies/{company_id}/app_configurations/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — app Configuration ID | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| instance_configuration | No | JSON request body field — configuration values for an configuration of an app installation. | |
| title | No | JSON request body field — title for app configuration | |
| project_ids | No | JSON request body field — a list of projects which will have the app configuration |