mirror of
https://github.com/fastapi/fastapi.git
synced 2026-07-11 23:47:21 -04:00
📝 Update includes docs/en/docs/advanced/response-change-status-code.md (#12801)
This commit is contained in:
committed by
GitHub
parent
c0f56ce0b2
commit
7517aa9f8f
@@ -20,9 +20,7 @@ You can declare a parameter of type `Response` in your *path operation function*
|
||||
|
||||
And then you can set the `status_code` in that *temporal* response object.
|
||||
|
||||
```Python hl_lines="1 9 12"
|
||||
{!../../docs_src/response_change_status_code/tutorial001.py!}
|
||||
```
|
||||
{* ../../docs_src/response_change_status_code/tutorial001.py hl[1,9,12] *}
|
||||
|
||||
And then you can return any object you need, as you normally would (a `dict`, a database model, etc).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user