Authorizations
API key authentication
Path Parameters
Body
application/json
Response
This is a response confirming that folder has been successfully assigned to a dashboard
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>"
}'{}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 '{
"folderId": "<string>",
"requestId": "<string>"
}'{}API key authentication
This is a response confirming that folder has been successfully assigned to a dashboard
Was this page helpful?