i want to Data Objects increment (REST API)

i never found increment data object.

Example
-v : “https://api.backendless.com/v1/data/Room
-d “{“money”: 100 }”
this example just change “money”

i want to add money!! not change
like atomic counters

example other https://www.parse.com

“{“money”:{”__op":“Increment”,“amount”:100}}";
i want like this…

sorry I’m not good at english

Hi,

You may have a separate AtomicCounter for the object and update it using the next value from counter. Here are the docs on Atomic Counters: https://backendless.com/documentation/utilities/rest/ut_atomic_counters_rest.htm