Authorizations
API key authentication
Response
The response is of type object.
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/latest/dashboards/dashboards/v1/folders \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"folder": {
"id": "<string>",
"name": "<string>",
"parentId": "<string>"
},
"requestId": "<string>"
}'{}No description available
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/latest/dashboards/dashboards/v1/folders \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"folder": {
"id": "<string>",
"name": "<string>",
"parentId": "<string>"
},
"requestId": "<string>"
}'{}API key authentication
The response is of type object.
Was this page helpful?