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