Skip to content

Commit 7509ff6

Browse files
committed
Redirects are not errors
Looks like this was a copy-and-paste bug
1 parent e52038e commit 7509ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ error and clients should follow that redirect. Redirect responses will have a
164164
`Location` header field which contains the URI of the resource to which the
165165
client should repeat the requests.
166166

167-
Error Code | Description
167+
Status Code | Description
168168
-----------|-----------|
169169
`301` | Permanent redirection. The URI you used to make the request has been superseded by the one specified in the `Location` header field. This and all future requests to this resource should be directed to the new URI.
170170
`302`, `307` | Temporary redirection. The request should be repeated verbatim to the URI specified in the `Location` header field but clients should continue to use the original URI for future requests.

0 commit comments

Comments
 (0)