Skip to main content
Add dashboard to favorites
curl --request PATCH \
  --url https://api.coralogix.com/mgmt/openapi/latest/v1/dashboards/dashboards/{dashboard_id}:pin \
  --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 used to mark certain dashboard as pinned

requestId
string
required

Response

This is a response received on successful pinning of the dashboard