tags, folder rename, other stuff

This commit is contained in:
2025-10-15 21:32:17 +02:00
parent b5119a8e6f
commit 068f96880b
13 changed files with 525 additions and 130 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ Folders
- GET /api/folders/:id/contents - List subfolders and documents inside a folder; use `root` for the workspace root.
- GET /api/folders/:id/documents - Search within a folder tree with optional `query` and `tags` filters.
- DELETE /api/folders/:id - Soft-delete a folder.
- PATCH /api/folders/:id - Change a folder's parent.
- PATCH /api/folders/:id - Update a folder's parent (`parent_id`) and/or rename it (`name`).
Tags
----