Authorizations
API key authentication
Path Parameters
Body
application/json
This is a request used to unpin a certain dashboard
Response
This is a response received when dashboard has been unpinned
curl --request PATCH \
--url https://api.coralogix.com/mgmt/openapi/latest/v1/dashboards/dashboards/{dashboard_id}:unpin \
--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}:unpin \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"requestId": "<string>"
}'{}API key authentication
This is a request used to unpin a certain dashboard
This is a response received when dashboard has been unpinned
Was this page helpful?