validateIntegrationUpdate
Perform a validation of an integration update request
Path Parameters
Integration Version ID
Body
Default configuration definition of the integration
Additional configuration definitions of the integration
Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.
JavaScript code of the integration
Base64 encoded svg of the integration icon. This icon is global to the integration each versions will be updated when this changes.
Base64 encoded markdown of the integration readme. The readme is specific to each integration versions.
Title of the integration. This is the name that will be displayed in the UI
1 - 64
Description of the integration. This is the description that will be displayed in the UI
256
URL of the integration
Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version.
Response
The response is of type object
.
Was this page helpful?