create_app_configuration
Configure app settings for Procore company projects by defining installation parameters, project scope, and configuration values.
Instructions
Create app configuration. [Platform - Developer Tools/App Marketplace] POST /rest/v1.0/companies/{company_id}/app_configurations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Company ID | |
| sort | No | Direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter. | |
| applies_to_all_projects | No | Apply the app configuration to all projects under a company ( if set to true, project_ids field must be blank ) | |
| applies_to_company | No | Apply the app configuration to be available from company routes | |
| app_installation_id | Yes | App Installation ID | |
| instance_configuration | Yes | App configuration values for a set of projects. | |
| project_ids | No | A list of projects which will have the app configuration | |
| title | Yes | Single title for app configurations |