Ingredients
Update a specific ingredient
Use this method to update the following ingredient properties: name
, price
, and in_stock_qty
.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ingredient identifier, generated when the ingredient was created.
Body
application/json
The request body to update one or more ingredient requires only the properties to be updated.
The body is of type object
.
Response
200
Ingredient successfully updated