Skip to main content
Replace the default dashboard
curl --request PUT \
  --url https://api.coralogix.com/mgmt/openapi/latest/v1/dashboards/dashboards/{dashboard_id}/default \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "requestId": "<string>"
}'
{}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

dashboard_id
string
required

Body

application/json

This is a request to replace a default dashboard

requestId
string
required

Response

This is a response received when default dashboard has been replaced