-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make request_body allow multiple content types like responses do #692
Comments
Yeah, that is has not been implemented for |
6 tasks
Is being implemented here #1066 |
juhaku
changed the title
response_body does not allow multple content_types
make request_body allow multiple content types like responses do
Sep 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#[utopia::path(request_body(content = MyObject, content_type = ["application/json", "application/vnd.apache.arrow.stream"])
is not allowed, I can only declare one content_type but by functions allows data of both types to be accepted. I can have multple content_types for the response, can we have this feature for request_body?
The text was updated successfully, but these errors were encountered: