Skip to main content
Order Actions
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": {}
}
'
{}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure represents the request to order Actions.

privateActionsOrder
object
sharedActionsOrder
object

Response

This data structure represents the response to order Actions.