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
15521552
15531553200 OK
15541554Content-Type: application/json
1555- Link: <https://schema.example.com/entry>; rel=describedBy
1555+ Link: <https://schema.example.com/entry>; rel=" describedBy"
15561556{}
15571557]]>
15581558 </artwork >
@@ -1896,10 +1896,10 @@ GET https://api.example.com/trees/1/nodes/123 HTTP/1.1
18961896
18971897200 OK
18981898Content-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" ;
19011901 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"
19031903{
19041904 "id": 123,
19051905 "treeId": 1,
You can’t perform that action at this time.
0 commit comments