Orders
Update a specific order
Use this method to add or remove dish_ids
or update the order’s priority
and status
.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique order identifier, generated when the order was created.
Body
application/json
The request body to update an order requires only the properties to be updated.
Order properties that can be updated: dish_ids
, priority
, and status
.
The body is of type object
.
Response
200
application/json
Order updated successfully
The response is of type object
.