Make 405 RECOMMENDED for mutations over GET#410
Open
martinbonnin wants to merge 29 commits into
Open
Conversation
…the server wording
* Restore important guidance and recommend support for Accept:application/json * Reword sentence to make the exclusion clear * Clarify another paragraph * Clarify * Non-normative recommendation of application/json for successful legacy requests * Legacy can use any 2xx status code * Consistent order * Trim extraneous text
Shane32
approved these changes
Jul 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The status code paragraph currently reads like this:
I love this paragraph because it gives concrete guidance what error status code to use in 16 real life cases. For 15 of those cases, it gives a RECOMMENDATION, but for the very first case, it gives a REQUIREMENT.
I find this adds unnecessary cognitive load to the spec. I would like to point people at this paragraph and say: "look, this is our recommendation but you can use something else in the 4xx or 5xx range if you want to".
The 405 exception makes everything more complicated because now I have to explain that in that specific case you can't use anything else. And I'm not sure how to explain this.
Question: is there a specific reason we disallow people to use 4xx for mutation over GET but allow it for everything else?