File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1552,7 +1552,7 @@ GET https://api.example.com HTTP/1.1
1552
1552
1553
1553
200 OK
1554
1554
Content-Type: application/json
1555
- Link: <https://schema.example.com/entry>; rel=describedBy
1555
+ Link: <https://schema.example.com/entry>; rel=" describedBy"
1556
1556
{}
1557
1557
]]>
1558
1558
</artwork >
@@ -1896,10 +1896,10 @@ GET https://api.example.com/trees/1/nodes/123 HTTP/1.1
1896
1896
1897
1897
200 OK
1898
1898
Content-Type: application/json
1899
- Link: <https://api.example.com/trees/1/nodes/123>; rel=self
1900
- Link: <https://api.example.com/trees/1/nodes/123>; rel=up ;
1899
+ Link: <https://api.example.com/trees/1/nodes/123>; rel=" self"
1900
+ Link: <https://api.example.com/trees/1/nodes/123>; rel="up" ;
1901
1901
anchor="https://api.example.com/trees/1/nodes/456"
1902
- Link: <https://api.example.com/trees/1/nodes/456>; rev=up
1902
+ Link: <https://api.example.com/trees/1/nodes/456>; rev="up"
1903
1903
{
1904
1904
"id": 123,
1905
1905
"treeId": 1,
You can’t perform that action at this time.
0 commit comments