This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Commit 880c19d
committed
Rename unprocessable_entity to unprocessable_content
When the 422 status was initially proposed in
[RFC4918](https://datatracker.ietf.org/doc/html/rfc4918) (2007), it was
called 'Unprocessable entity'.
When it became a standard in
[RFC9110](https://datatracker.ietf.org/doc/html/rfc9110) (2022), it was
renamed 'Unprocessable content'.
Rack now supports it as `:unprocessable_content` and has deprecated
`:unprocessable_entity`. This commit updates it to use the new name.1 parent 126b2cb commit 880c19d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
0 commit comments