v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBFolders
Update a folder
Update a folder's display name and/or URL path segment. At least one of name or path must be provided. Changing the name does not automatically update the path. When the path is updated, descendant folder paths are cascaded.
patch/api/v1/folders/{folderId}
Path parameters
folderIdstring uuid required
Unique identifier for the folder
Example:550e8400-e29b-41d4-a716-446655440000
Unique identifier for the folder
Request body
Example request
{
"name": "Q1 Reports",
"path": "q1-reports"
}Response
Folder updated successfully