-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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
comparisonif thepropertiesis set topand missingpivotifpropertiesis set toc.
Reactions are currently unavailable