Dishes
Update a specific dish
Use this method to update the following dish 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.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique dish identifier, generated when the dish was created.
Body
application/json
The request body to update a dish requires only the properties to be updated.
The body is of type object
.
Response
200
application/json
Dish updated successfully
The response is of type object
.