latestOpenAPI 3.1.02026-07-263971,2281.1 MB

31ce2b0c4427

DashboardService

UpdateDashboardFolder

post/textql.rpc.public.dashboard.DashboardService/UpdateDashboardFolder

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

folderIdstring
namestring nullable
parentIdstring nullable

Move folder to different parent (empty string = move to root)

Response

Success

Example response

{
  "folder": {
    "createdAt": "2023-01-15T01:30:15.01Z",
    "updatedAt": "2023-01-15T01:30:15.01Z"
  }
}