Skip to content
viruch edited this page May 26, 2011 · 3 revisions

update_stock

Client API

update_stock resource_id amount

example

```
{
command: ‘update_stock’,
data: {
resource_id: 13,
amount: 50
}
}

Clone this wiki locally