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 f0af1cb commit 2c8c1cdCopy full SHA for 2c8c1cd
docs/include_related_objects.rst
@@ -13,11 +13,15 @@ Example:
13
14
Request:
15
16
+.. sourcecode:: http
17
+
18
GET /persons/1?include=computers HTTP/1.1
19
Accept: application/vnd.api+json
20
21
Response:
22
23
24
25
HTTP/1.1 200 OK
26
Content-Type: application/vnd.api+json
27
@@ -81,11 +85,15 @@ Example:
81
85
82
86
83
87
88
89
84
90
GET /persons/1?include=computers.owner HTTP/1.1
91
92
93
94
95
96
97
98
99
0 commit comments