Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6af34b3

Browse files
committed
Quote value of "anchor" Link header parameter
The proper form for anchor value appears to be between quotes, not <>.
1 parent 2061e5c commit 6af34b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎jsonschema-hyperschema.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@ GET https://api.example.com/trees/1/nodes/123 HTTP/1.1
18981898
Content-Type: application/json
18991899
Link: <https://api.example.com/trees/1/nodes/123>; rel=self
19001900
Link: <https://api.example.com/trees/1/nodes/123>; rel=up;
1901-
anchor=<https://api.example.com/trees/1/nodes/456>
1901+
anchor="https://api.example.com/trees/1/nodes/456"
19021902
Link: <https://api.example.com/trees/1/nodes/456>; rev=up
19031903
{
19041904
"id": 123,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /