Update App Installation
update_app_installationUpdates the installed or uninstalled status of an application in Procore's App Marketplace. Modify existing app installation records by providing the app UID, project or company ID, and installation details.
Instructions
Update the status of an application between installed or uninstalled. 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, app_uid, project_id, company_id, app_installation. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: PATCH /rest/v1.0/app_installations/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the App Marketplace resource | |
| app_uid | Yes | JSON request body field — third party application UID | |
| project_id | Yes | JSON request body field — project ID. Note: Only one of project_id or company_id is required. | |
| company_id | Yes | JSON request body field — company ID. Note: Only one of project_id or company_id is required. | |
| app_installation | Yes | JSON request body field — the app installation for this App Marketplace operation |