This project is based on Mulesoft Dataweave and Salesforce to provide secure, reliable, API access for all the Scores apps and projects. It is hosted on Anypoint and acts as the transactional hub, in concert with the authentication API
3
stars
1
forks
source link
Fix/250 Updated RAML for /contacts based on acceptance criteria #268
There was one more issue with the RAML datatypes.raml: MailingZip for the Contact object should be a String, not a Number. @CritiqalPete , @za-zohaib, and I discovered an associated bug. When we send a form without filling in the address, we treat Zipcode as an empty string. The validator rejects the request as it treats it as a Number.
I committed the update; the expected type is now a String. The problem is solved.
There was one more issue with the RAML
datatypes.raml
: MailingZip for the Contact object should be a String, not a Number. @CritiqalPete , @za-zohaib, and I discovered an associated bug. When we send a form without filling in the address, we treat Zipcode as an empty string. The validator rejects the request as it treats it as a Number.I committed the update; the expected type is now a String. The problem is solved.