We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a24d89 commit fdb37f0Copy full SHA for fdb37f0
api/parsers.py
@@ -5,6 +5,7 @@
5
# NOTE: This class is needed to work with auto-generated OpenAPI SDKs.
6
# It's important to mention that MultiParser from DRF needs from nested
7
# dotted notation, e.g: location.point.latitude, location.point.longitude
8
+# See: https://b0uh.github.io/drf-how-to-handle-arrays-and-nested-objects-in-a-multipartform-data-request.html
9
# But most OpenAPI SDKs (like openapi-generator) do not support that.
10
# They only support nested JSON objects (encoded to string!), e.g:
11
# location: '{"point": {"latitude": .., "longitude": ..} }'
0 commit comments