This endpoint requires Editor permissions or higher on the folder being updated.
Update a folder’s name and/or path segment. Either or both fields can be updated in a single request.
blob-shared is updated to all-blobs, the full paths for its descendent folders will be automatically updated:
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The UUID of the folder to update. Use the List folders endpoint to retrieve folder IDs.
The new display name for the folder. Leading and trailing whitespace is automatically trimmed.
At least one of name or path must be provided.
The new URL path segment for the folder, which will automatically be converted to lowercase. When a folder's path is updated, all descendant folder paths are automatically updated.
To be valid, path segments:
favorite, labels, move, share, transfer. Folder names may include these words, but the name cannot be only this word. For example, favorite is invalid but my-favorite is not.At least one of name or path must be provided.
When true, automatically resolves path conflicts by appending a numeric suffix (e.g., blob-sales-2).
When false (default), returns a 409 Conflict error if the path already exists.