Skip to main content
Assign a dashboard to a folder
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/v1/dashboards/dashboards/{dashboard_id}/folder \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "folderId": "<string>",
  "requestId": "<string>"
}'
{}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

dashboard_id
string
required

Body

application/json

This is a request for assigning a folder to a dashboard

requestId
string
required
folderId
string

Response

This is a response confirming that folder has been successfully assigned to a dashboard