Skip to content

Commit d799109

Browse files
authored
Update draft-ietf-httpapi-idempotency-key-header.md
Change obsolete link "Section 11.2 of {{!RFC4918}}" to (current) "Section 15.5.21 of {{!RFC9110}}" to describe 422 Unprocessable Content.
1 parent 59866cf commit d799109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-httpapi-idempotency-key-header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Alternately, using the HTTP header `Link`, the client can be informed about the
154154
rel="describedby"; type="text/html"
155155
~~~
156156

157-
If there is an attempt to reuse an idempotency key with a different request payload, the resource SHOULD reply with a HTTP `422` status code with body containing a link pointing to relevant documentation. The status code `422` is defined in Section 11.2 of {{!RFC4918}}.
157+
If there is an attempt to reuse an idempotency key with a different request payload, the resource SHOULD reply with a HTTP `422` status code with body containing a link pointing to relevant documentation. The status code `422` is defined in Section 15.5.21 of {{!RFC9110}}.
158158

159159
~~~ http-message
160160
HTTP/1.1 422 Unprocessable Content

0 commit comments

Comments
 (0)