FastAPI latest rejects 204 with response body. Use response_class=Response and return Response(status_code=204). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| __init__.py | ||
| config.py | ||
| main.py | ||
FastAPI latest rejects 204 with response body. Use response_class=Response and return Response(status_code=204). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| __init__.py | ||
| config.py | ||
| main.py | ||