Update folder
All fields are optional. Omitted fields stay as-is. Renaming a folder updates its slug and runs the same uniqueness check as create. The workspace’s default folder cannot be edited.
Documentation Index
Fetch the complete documentation index at: https://uselora.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Folder short ID. 8-char Crockford-base32 handle (no i/l/o/u).
^[0-9abcdefghjkmnpqrstvwxyz]{8}$"a1b2c3d4"
Body
Payload to update a folder
If accessLevel is "team", provide the Team ID here.
The folder name (3..190 chars). The slug is derived from this server-side.
3 - 190"Marketing"
Optional description for the folder
Who can see this folder? "workspace" (everyone), "team", or "none" (invite-only). Omit to leave unchanged.
workspace, team, none "workspace"
Response
The updated folder.
A folder.
Stable 8-char Crockford-base32 handle (no i/l/o/u). Use this in URL paths and to address the folder via the API.
^[0-9abcdefghjkmnpqrstvwxyz]{8}$"a1b2c3d4"
workspace, team, none True for built-in folders such as the workspace default. Folders you create are always false.
ID of the workspace the folder belongs to.
ID of the user who created the folder.
ISO 8601 creation timestamp.
ISO 8601 timestamp of the last update.