How can i update order status using rest api?

how can i update order using rest api . :slight_smile: i dont want to use xml or so method . please help .

You can’t with REST. The only way to modify an order is by accessing the tables and that can only be done with the XML-RPC (which you can use the same access token to use).