Update integration configuration

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

Headers

AuthorizationstringRequired

Request

This endpoint expects a list of objects.
opstringRequired
The type of operation to perform
pathstringRequired
A JSON Pointer string specifying the part of the document to operate on
valueanyOptional

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