As I said, there is a new validation now on our API for that endpoint. The error you get `Invalid pr

As I said, there is a new validation now on our API for that endpoint. The error you get Invalid property: params => Expected array, received null (7400) is from that validation. That old version of the Go SDK I believe sends
null
when it should not send anything.

I already made an improvement to allow
null
s for now for these cases, but it needs some time to be rolled out.

I do suggest upgrading at some point though to make sure you get the improvements of the SDK.
Was this page helpful?