REST Service Update - Error 400 (Bad Request)
I'm trying to update an array field in a database using rest services, and have followed the instructions by Max found here:
https://getsatisfaction.com/apperyio/...
I can get the service to work when testing, I can change the value of the array field in question on the row in question by using the correct object_id, and a value
eg ["Andy","Dave","John"] and this is successful and reflected when I check the database.
However, when I call the service from within my code, I get error 400 (Bad Request).
I have added javascript to the service to display the object ID in the browser console (and thats correct) and the data to update (the above is an example), and its correct.
Can you help please?