Skip to main content
Update integration
curl --request PUT \
  --url https://api.coralogix.com/mgmt/openapi/latest/integrations/integrations/v1/metadata \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "metadata": {
    "integrationKey": "<string>",
    "integrationParameters": {
      "parameters": [
        {
          "booleanValue": true,
          "key": "<string>"
        }
      ]
    },
    "version": "<string>"
  }
}'
{}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure represents a list of outgoing webhook types.

id
string
required
metadata
object
required

This data structure represents the metadata of an integration.

Response

The response is of type object.