Authorizations
API key authentication
Path Parameters
Body
application/json
This is a request used to mark certain dashboard as pinned
Response
This is a response received on successful pinning of the dashboard
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>"
}'{}No description available
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>"
}'{}API key authentication
This is a request used to mark certain dashboard as pinned
This is a response received on successful pinning of the dashboard
Was this page helpful?