Scrum4Me/app/api/user-questions/[id]/answer
Scrum4Me Agent 226bd05594 feat(ST-imalmyr7): POST /api/user-questions/[id]/answer — worker-antwoord endpoint
- Bearer-auth via authenticateApiRequest (token_hash SHA-256)
- Zod-validatie van body.answer (max 8000 chars)
- Guard: 404 bij onbekend id, 409 als al beantwoord
- Slaat answer op en zet status naar answered
- pg_notify scrum4me_changes met user_question entity-event

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 17:32:41 +02:00
..
route.ts feat(ST-imalmyr7): POST /api/user-questions/[id]/answer — worker-antwoord endpoint 2026-05-05 17:32:41 +02:00