5.1 FramesController.UploadImage (multipart)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 14:46:00 +02:00
parent a0fa0205e5
commit abe896a7ab
3 changed files with 60 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ Each type lives in `src/FrameProcessor/Domain/`. Tests in `tests/FrameProcessor.
## Phase 5 — First end-to-end happy path (no MQTT yet)
### [ ] 5.1 `FramesController.UploadImage` (multipart)
### [x] 5.1 `FramesController.UploadImage` (multipart)
- Route: `POST /api/frames/{name}/image`.
- Resolve frame by name → 404 if unknown.
- Read multipart file part `image` (return 400 if missing).