How do I use the database rest service to update a specific field for a specific record? There doesn't seem to be any examples anywhere. Dimitry replied elsewhere to check a "Compass" example, but I can't find that. Help!
How do I use the database rest service to update a specific field for a specific record? There doesn't seem to be any examples anywhere. Dimitry replied elsewhere to check a "Compass" example, but I can't find that. Help!
Updating an object is described here: http://docs.tiggzi.com/documentation/...
You can also automatically generate the service via Create New Database Services Update:
Two things to keep in mind. The request has to be a PUT and you need to add the object id to the end of the URL -- that's the object you are updating.
Thanks, I'll give it a try.