Skip to content

Commit 5aa36bf

Browse files
committed
fix error code for unprocessable entity
1 parent 127b2cd commit 5aa36bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/includes/_errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ Error Code | Meaning
4343
405 | Method Not Allowed -- You tried to access a resource with an invalid method
4444
406 | Not Acceptable -- You requested a format that isn't json
4545
410 | Gone -- The resource requested has been removed from our servers
46-
500 | Unprocessable Entity -- You've provided invalid parameters with your request
46+
422 | Unprocessable Entity -- You've provided invalid parameters with your request
4747
503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later.

0 commit comments

Comments
 (0)