Replies: 1 comment 1 reply
-
Don't we need multipart for uploading files? We have custom code in the react forms framework to accommodate this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently accept
application/json
,application/x-www-form-urlencoded
andmultipart/form-data
on our API endpoints. I want to remove all options but json to streamline corner cases with encoding and reduce the schema.I have not seen a valid use case that can not use json instead of the other 2.
Thoughts @inventree/triage @inventree/maintainer ?
Beta Was this translation helpful? Give feedback.
All reactions