lkkmpn
5 months 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/tutorial/extra-models.md
|
|
|
@ -162,7 +162,7 @@ You can declare a response to be the union of two or more types, that means, tha |
|
|
|
|
|
|
|
It will be defined in OpenAPI with `anyOf`. |
|
|
|
|
|
|
|
To do that, use the standard Python type hint union: |
|
|
|
To do that, use the standard Python union syntax: |
|
|
|
|
|
|
|
/// note |
|
|
|
|
|
|
|
|