Hi,
trying to get PUSH working with channels. Using 'update device' to update channel array. However get an error
{"code":"PNDU252","description":"Invalidvaluefortype'array':'[1,3]'."}
The request header is attached.
please help.
How do you create the channels payload? I think it's being sent as a string.. try [1,3] -- without quotes.
Ok, now it works when using the channels parameter as straight array.
Documentation is a little obscure on using channels, but ok, got it working now.
Thnx!
I already asked our Docs team to update the docs with this example.