Hi,
My app needs to update the channels field in the push database.
I can read the channels fine, and update them using the test function in the REST service page, but I get the following when calling the service:
{"code":"PNDU006","description":"Device id: 00000000000000;0000000000000000 not found"}
As you can see below, I have changed the device ID to not include ";", but instead use the %3B as recommended. (I have this ID in the database as Im using it from my browser and I can read channels and create this record successfully)
PUT https://api.appery.io/rest/push/reg/0... 404 (Not Found)
can you help please?
regards
Andy