update_app_instance_config
Update an installed app instance's configuration by specifying its slug, new config, and workspace; config merges with existing.
Instructions
Update only the configuration of an installed app instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Configuration object to update (merged with existing config) | |
| environment | No | Optional environment name (from PRISME_ENVIRONMENTS) to use specific API URL and workspace | |
| workspaceId | No | Alternative: direct workspace ID (use workspaceName instead when possible) | |
| instanceSlug | Yes | The slug of the installed app instance | |
| workspaceName | Yes | Workspace name that resolves to ID via PRISME_WORKSPACES or PRISME_ENVIRONMENTS mapping |