validateIntegrationCreation
Perform a validation of an integration creation request
Body
Name of the Integration
200
Version of the Integration
200
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
URL of the integration
Indicates if the integration is a development integration; Dev integrations run locally
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
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?