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
When using the endpoint of api.spiget.org/v2/resources/1, it will return a code 404 as expected, as 1 is not a valid resource id.
However, when using the endpoints http://api.spiget.org/v2/resources/1/versions or http://api.spiget.org/v2/resources/1/versions/latest it returns [] and null respectively, but still returns an HTTP status code of 200. (OK)
The text was updated successfully, but these errors were encountered:
When using the endpoint of
api.spiget.org/v2/resources/1
, it will return a code 404 as expected, as 1 is not a valid resource id.However, when using the endpoints
http://api.spiget.org/v2/resources/1/versions
orhttp://api.spiget.org/v2/resources/1/versions/latest
it returns[]
andnull
respectively, but still returns an HTTP status code of 200. (OK)The text was updated successfully, but these errors were encountered: