Tool to validate an integration update request in Botpress Admin API. Use when you need to verify that integration update parameters are valid before performing the actual update. Returns success if the integration can be updated with the provided parameters.
idRequiredstringIntegration Version ID to validate update for (e.g., intver_01KH9P8S2B4FWPB9TWA50YJ95M)
urlstringURL of the integration
codestringJavaScript code of the integration
iconstringBase64 encoded SVG of the integration icon. This icon is global to the integration and will update all versions.
userobjectUser configuration for an integration.
titlestringTitle of the integration displayed in the UI (max 64 characters, min 1 character)
eventsobjectEvent definitions with schemas. Set to null to remove specific events.
layersarrayArray of layer IDs for the integration
publicboolean[DEPRECATED] Use visibility parameter instead. Indicates whether the integration is public.
readmestringBase64 encoded markdown of the integration readme. The readme is specific to this integration version.
statesobjectState definitions with type and schema. Set to null to remove specific states.
actionsobjectAction definitions with input/output schemas. Set to null to remove specific actions.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.