Update integration configuration

PATCH
/api/v2/integration-configurations/:integrationConfigurationId

Update an integration configuration. Updating an integration configuration uses a JSON patch representation of the desired changes. To learn more, read Updates.

Path parameters

integrationConfigurationIdstringRequired

The ID of the integration configuration

Request

This endpoint expects a list of objects.
list of objects

Response

Integration configuration response

_idstring

The unique identifier for this integration configuration

namestring

A human-friendly name for the integration

_createdAtlongOptional

The time the integration configuration was created

_integrationKeystringOptional

The type of integration

tagslist of stringsOptional

An array of tags for this integration

enabledbooleanOptional

Whether the integration is currently active

_accessobjectOptional

Details on the allowed and denied actions for this integration configuration

configValuesmap from strings to anyOptional

Details on configuration for an integration of this type. Refer to the formVariables field in the corresponding manifest.json for a full list of fields for each integration.

capabilityConfigobjectOptional

The capability configuration for the integration

Errors

Built with