v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBFolders
Update folder
<Note> This endpoint requires [**Editor** permissions or higher](/share#content-access-permissions) on the folder being updated. </Note>Update a folder's name and/or path segment. Either or both fields can be updated in a single request.
patch/v1/folders/{folderId}
Path parameters
folderIdstring uuid required
The UUID of the folder to update. Use the List folders endpoint to retrieve folder IDs.
Request body
Example request
{
"name": "Blob Sales Reports",
"path": "sales-reports",
"resolvePathConflict": "true"
}Response
Folder updated successfully