Skip to main content
Assign a dashboard to a folder

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

dashboard_id
string
required

The dashboard id.

Required string length: 21
Pattern: ^[\s\S]*$

Body

application/json

This is a request for assigning a folder to a dashboard

requestId
string
required

Idempotency key for the assign folder request, used to prevent duplicate operations.

Required string length: 1 - 128
Pattern: ^[\s\S]*$
folderId
string

The ID of the folder to assign the dashboard to. Set to null to assign to the root folder.

Required string length: 36
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Response

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