Authorizations
API key authentication
Body
application/json
Response
The response is of type object.
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>"
}
}'{}No description available
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>"
}
}'{}API key authentication
The response is of type object.
Was this page helpful?