Update the properties for a specific dish. You can update the following properties: name
, description
, category
, image_name
, preparation_time
, price
, and station
.
Also used to add or remove an ingredient_id
or change whether that ingredient is considered essential to the dish.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique dish identifier, generated when the dish was created.
The request body to update a dish requires only the properties to be updated.
The body is of type object
.
Dish updated successfully
The response is of type object
.