Replies: 1 comment
-
Thank you for voting. I'll change the status code to 204.hank you for voting, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now, some update and delete operations' status code is 202. Although, the 202 means that the request is accepted but not completed yet. And the 204 means the action has been completed.
Therefore, I think the 204 is appropriate for your application on the update and delete operation.
The implementation has already started, so if the status code changed, there was a possibility of a conflict. Should we change the status code from 202 to 204?
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/202
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/204
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions