Skip to main content

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.

Body

required
    displayName string

    The new display name for the folder.

    description string

    The new description for the folder.

Responses

Folder updated successfully

Schema
    id string
    name string
Loading...