You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/references/api/resource_representation.rst
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,32 @@ Use the Accept request header to specify the acceptable format (or formats) for
16
16
curl "http://localhost:3000/people" \
17
17
-H "Accept: application/json"
18
18
19
+
.. note::
20
+
21
+
The ordering of columns in the response isn't guaranteed to align with the order specified in the ``select`` clause. For example, with resource embedding:
0 commit comments