[Solved] Sending Boolean = True, getting 'invalid' wont accept '1'

Hi guys,

I am sending an API request Parameter as follows:

isGlobal: 
true,
isRollupReportingLocation:
false,

And Im getting the following returned:

400 Error
location.IsGlobal: [The value '1' is not valid for IsGlobal.],
location.IsRollupReportingLocation: [The value '0' is not valid for IsRollupReportingLocation.]

Anyone had this issue before? I can't see where this is sending as a '1' rather than 'true'. Is there a way to see the raw data to see if Xano is converting my 'true' to '1'? 
Working with APIs
15 replies