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
POST Transaction from JSON is currently not validating the fields send.source.from and distribute.to. They should be validated to assure only one transaction type is being passed in the input. The fields to take in account:
amount
share
remaining
How to do it?
Create a custom Validator to validate when more than one of the fields listed above were informed, the API should return an error.
Changes
The text was updated successfully, but these errors were encountered:
Context
POST Transaction from JSON is currently not validating the fields send.source.from and distribute.to. They should be validated to assure only one transaction type is being passed in the input. The fields to take in account:
How to do it?
Create a custom Validator to validate when more than one of the fields listed above were informed, the API should return an error.
Changes
The text was updated successfully, but these errors were encountered: