Skip to main content
Order Actions
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/3/v2/actions/actions:order \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "privateActionsOrder": {},
  "sharedActionsOrder": {}
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json
privateActionsOrder
object
sharedActionsOrder
object

Response

The response is of type object.