update_extension_package
Updates an extension package in Cognigy.AI from a URL. Validate with dryRun=true, then set false to apply.
Instructions
Updates a Cognigy.AI Extension with a new package version from a URL. Use this to upgrade an extension to a new version. MUTATING: Set dryRun=false to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to the new extension package (.tar.gz) | |
| dryRun | No | If true (default), validates without updating. Set to false to actually update. | |
| extensionId | Yes | The extension ID to update |