Update dashboard folder
PUT/perses-pulic/api/v1/projects/:name1
Updates an existing dashboard folder (project) with the specified name.
Request
Path Parameters
name stringrequired
The name of the folder to update.
- application/json
Body
required
displayName string
The new display name for the folder.
description string
The new description for the folder.
Responses
- 200
Folder updated successfully
- application/json
- Schema
- Example (from schema)
Schema
id string
name string
{
"id": "folder-1",
"name": "my-folder"
}
Loading...