Confusion with the Request.body type #824
|
On this line: openapi-core/openapi_core/protocols.py Line 20 in 44b8b3c the type of the
I'm currently having some issue with the validation, but it's not clear which direction should I go with the solution -- should |
Answered by
p1c2u
Apr 7, 2024
Replies: 2 comments
|
that's definitely an issue with doctoring, |
0 replies
Answer selected by
berislavlopac
|
All clear, thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @berislavlopac
that's definitely an issue with doctoring,
Optional[bytes]is expected there