mirror of https://github.com/tiangolo/fastapi.git
📝 Add link to Advanced User Guide: response status code (#1512)
This commit is contained in:
parent
d39dd06a22
commit
4310c89c83
|
|
@ -83,4 +83,4 @@ They are just a convenience, they hold the same number, but that way you can use
|
||||||
|
|
||||||
## Changing the default
|
## Changing the default
|
||||||
|
|
||||||
Later, in the **Advanced User Guide**, you will see how to return a different status code than the default you are declaring here.
|
Later, in the [Advanced User Guide](../advanced/response-change-status-code.md){.internal-link target=_blank}, you will see how to return a different status code than the default you are declaring here.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue