Update an ingredient’s details. You can update the following properties: name
, price
, and in_stock_qty
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique ingredient identifier, generated when the ingredient was created.
The request body to update one or more ingredient requires only the properties to be updated.
The body is of type object
.
Ingredient successfully updated
Update an ingredient’s details. You can update the following properties: name
, price
, and in_stock_qty
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique ingredient identifier, generated when the ingredient was created.
The request body to update one or more ingredient requires only the properties to be updated.
The body is of type object
.
Ingredient successfully updated