Skip to main content
Replace a dashboard folder
curl --request PUT \
  --url https://api.coralogix.com/mgmt/openapi/5/dashboards/folders/v1 \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "folder": {
    "id": "<string>",
    "name": "<string>",
    "parentId": "<string>"
  },
  "requestId": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request to replace an existing dashboard folder.

folder
object

Dashboard folder.

requestId
string

Idempotency key for the replace folder request, used to prevent duplicate updates.

Response

Response returned after successfully replacing a dashboard folder.