Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Rename an existing folder. Fails if another folder in the workspace already uses the new name.
cURL
curl --request POST \ --url https://api.landerlab.dev/api/v2/workspaces/{workspaceId}/folders/{folderId}/update \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>" } '
{ "message": "<string>" }
API key with ll_live_ prefix
Updated folder
Was this page helpful?