Add or remove dish_ids
or update the order’s priority
and status
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique order identifier, generated when the order was created.
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
.
Order updated successfully
The response is of type object
.