Skip to main content

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.

Body

required
    newName string

    The new name for the folder.

Responses

Folder renamed successfully

Schema
    id string
    name string
Loading...