Skip to content

Commit 4e33cf4

Browse files
authored
Merge pull request #39 from DavidBiesack/patch-2
Update draft-ietf-httpapi-idempotency-key-header.md
2 parents 59866cf + d799109 commit 4e33cf4

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)