Integrations (beta)
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.
patch/api/v2/integration-configurations/{integrationConfigurationId}
Path parameters
integrationConfigurationIdstring string required
The ID of the integration configuration
The ID of the integration configuration
Request body
Example request
[
{
"op": "replace",
"path": "/exampleField",
"value": "new example value"
}
]Response
Integration configuration response