You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
500 Internal Server Error does not need to be documented for each API endpoint, since it's a possibility on any request and may happen for any reason. Specifying potential causes in the API document may mislead readers since this list of causes is almost certainly non-exhaustive, and is subject to change with the implementation - therefore, the 500 should not be counted as part of the published/stable API.
The text was updated successfully, but these errors were encountered:
500 Internal Server Error
does not need to be documented for each API endpoint, since it's a possibility on any request and may happen for any reason. Specifying potential causes in the API document may mislead readers since this list of causes is almost certainly non-exhaustive, and is subject to change with the implementation - therefore, the500
should not be counted as part of the published/stable API.The text was updated successfully, but these errors were encountered: