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 for both API endpoints (/properties/api and /roleBasedVote/api) a request that does not have all of the required parameters returns {Invalid request}.
There are two problems with this:
The response is not informative enough. The response should specify which parameters were missing.
For property handler, it should be permitted to have a missing comparison if the properties is set to p and missing pivot if properties is set to c.
The text was updated successfully, but these errors were encountered:
Currently for both API endpoints (
/properties/api
and/roleBasedVote/api
) a request that does not have all of the required parameters returns{Invalid request}
.There are two problems with this:
comparison
if theproperties
is set top
and missingpivot
ifproperties
is set toc
.The text was updated successfully, but these errors were encountered: