Update audit log subscription

Update an audit log subscription configuration. Updating an audit log subscription uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes. To learn more, read [Updates](https://launchdarkly.com/docs/api#updates).

Authentication

Authorizationstring
API Key authentication via header

Path parameters

integrationKeystringRequiredformat: "string"
The integration key
idstringRequiredformat: "string"
The ID of the audit log subscription

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
A JSON value used in "add", "replace", and "test" operations

Response

Integration response
_idstring
The ID for this integration audit log subscription
kindstring
The type of integration
namestring

A human-friendly name for the integration

configmap from strings to any

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.

statementslist of objects
Represents a Custom role policy, defining a resource kinds filter the integration audit log subscription responds to.
onboolean
Whether the integration is currently active
tagslist of strings
An array of tags for this integration
_accessobject
Details on the allowed and denied actions for this subscription
_statusobject
Details on the most recent successes and errors for this integration
urlstring
Slack webhook receiver URL. Only used for legacy Slack webhook integrations.
apiKeystring
Datadog API key. Only used for legacy Datadog webhook integrations.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error