curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/actions/order/v2 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"privateActionsOrder": {},
"sharedActionsOrder": {}
}
'{}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/actions/order/v2 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"privateActionsOrder": {},
"sharedActionsOrder": {}
}
'{}API key authentication
This data structure represents the response to order Actions.
Was this page helpful?