Create dashboards folder
POST/perses-pulic/api/v1/projects/
Creates a new folder (project) with the specified name.
Request
- application/json
Body
required
name string
The name of the folder to create.
Responses
- 201
Folder created successfully
- application/json
- Schema
- Example (from schema)
Schema
id string
{
"id": "folder-1"
}
Loading...