Update an existing custom integration.
Update an existing custom integration.
Path parameters
The ID or slug of the custom integration.
Request body
The name of the custom integration.
The custom integration's permission scopes for API access.
The custom integration's author.
Webhook events the custom integration is subscribed to.
The UI components schema, used to render the custom integration's configuration UI elements. See our schema docs for more information.
The webhook destination URL.
The post-installation redirect URL.
Whether or not the integration is internal only. False means the integration is public.
Marks whether or not the custom integration can be used in an alert rule.
The custom integration's description.
Whether or not an installation of the custom integration should be verified.
The list of allowed origins for CORS.
Custom headers sent with every webhook request. Each entry is a single 'Header-Name: value' pair.