curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/v2/actions/actions:order \
--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/latest/v2/actions/actions:order \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"privateActionsOrder": {},
"sharedActionsOrder": {}
}
'{}Was this page helpful?