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
currently relying on resitfy's default message for handling requests with invalid API version: '%s is not supported by %s %s', req.version, req.method, req.url
This should be more informative:
<version> version doesn’t exist. please use /versions endpoint to view all available api versions.
The text was updated successfully, but these errors were encountered:
currently relying on resitfy's default message for handling requests with invalid API version:
'%s is not supported by %s %s', req.version, req.method, req.url
This should be more informative:
<version> version doesn’t exist. please use /versions endpoint to view all available api versions.
The text was updated successfully, but these errors were encountered: