Naves
19 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/advanced/response-directly.md
|
|
@ -58,7 +58,7 @@ You could put your XML content in a string, put that in a `Response`, and return |
|
|
|
|
|
|
|
## Notes |
|
|
|
|
|
|
|
When you return a `Response` directly its data is not validated, converted (serialized), nor documented automatically. |
|
|
|
When you return a `Response` directly its data is not validated, converted (serialized), or documented automatically. |
|
|
|
|
|
|
|
But you can still document it as described in [Additional Responses in OpenAPI](additional-responses.md){.internal-link target=_blank}. |
|
|
|
|
|
|
|