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 '
{
"requestId": "<string>",
"folderId": "<string>"
}
'{}No description available
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 '
{
"requestId": "<string>",
"folderId": "<string>"
}
'{}API key authentication
This is a response confirming that folder has been successfully assigned to a dashboard
Was this page helpful?