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
integrationConfigurationId
The ID of the integration configuration
Headers
Authorization
Request
This endpoint expects a list of objects.
op
The type of operation to perform
path
A JSON Pointer string specifying the part of the document to operate on
value
Response
Integration configuration response
_links
The location and content type of related resources
_id
The unique identifier for this integration configuration
name
A human-friendly name for the integration
_createdAt
The time the integration configuration was created
_integrationKey
The type of integration
enabled
Whether the integration is currently active
_access
Details on the allowed and denied actions for this integration configuration
configValues
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.
capabilityConfig
The capability configuration for the integration