Skip to content

Commit fb5feae

Browse files
committed
Wrap long lines
1 parent a4a87b1 commit fb5feae

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

content/v3.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,21 @@ If resources have custom validation errors, they will be documented with the res
127127

128128
## HTTP Redirects
129129

130-
API v3 uses HTTP redirection where appropriate. Clients should assume that any request may result in a redirection. Receiving an HTTP redirection is *not* an error and clients should follow that redirect. Redirect responses will have a `Location` header field which contains the URI of the resource to which the client should repeat the requests.
130+
API v3 uses HTTP redirection where appropriate. Clients should assume that any
131+
request may result in a redirection. Receiving an HTTP redirection is *not* an
132+
error and clients should follow that redirect. Redirect responses will have a
133+
`Location` header field which contains the URI of the resource to which the
134+
client should repeat the requests.
131135

132136
301
133-
: 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 the new URI.
137+
: Permanent redirection. The URI you used to make the request has been
138+
superseded by the one specified in the `Location` header field. This and all
139+
future requests to this resource should be directed to the new URI.
134140

135141
302, 307
136-
: 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.
142+
: Temporary redirection. The request should be repeated verbatim to the URI
143+
specified in the `Location` header field but clients should continue to use the
144+
original URI for future requests.
137145

138146
Other redirection status codes may be used in accordance with the HTTP 1.1 spec.
139147

0 commit comments

Comments
 (0)