Rename dashboard folder
PUT/perses-pulic/api/v1/projects/:folderId/rename
Renames an existing dashboard folder (project) with the specified name.
Request
Path Parameters
folderId stringrequired
The ID of the folder to rename.
- application/json
Body
required
newName string
The new name for the folder.
Responses
- 200
Folder renamed successfully
- application/json
- Schema
- Example (from schema)
Schema
id string
name string
{
"id": "folder-1",
"name": "my-new-folder"
}
Loading...