Update HTTP REST API

2025-08-13 20:58:12 -05:00
parent 5905f96593
commit 36d03ffdef

@@ -276,7 +276,7 @@ curl -u USER:PASS -X POST \
## Conventions & Notes
- `api_path` is normalized via `utils::path::create_api_path` before use.
- `api_path` is normalized before use.
- Pin/unpin also raise events (`file_pinned` / `file_unpinned`) on success.
- `unmount` raises `unmount_requested` and returns immediately; actual unmount is asynchronous relative to the HTTP request.
---