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 specifying the apiVersion if entered incorrectly will throw exception with unhelpful error message (i.e., resource does not exist) which make sense since its directly being used in the url to generate the request.
My suggestion is either:
Input Validation, if the v is missing as the prefix throw exception stating so
automatically insert the v prefix if missing (and log a warning maybe?)
change the data type to a decimal to make it clear its a numeric and not as nebulous as a string.
The text was updated successfully, but these errors were encountered:
When specifying the
apiVersion
if entered incorrectly will throw exception with unhelpful error message (i.e., resource does not exist) which make sense since its directly being used in the url to generate the request.My suggestion is either:
v
is missing as the prefix throw exception stating sov
prefix if missing (and log a warning maybe?)The text was updated successfully, but these errors were encountered: