API showdown///
- Kitchen
Train Travel API
- Add ingriedient
List of ingriedients
Get an ingriedient
Add ingriedient
Add ingriedient to kitchen.
Security
jwtToken
- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/kitchen/openapi/ingredients
- https://cloud.kitchen.fake.com/v1https://cloud.kitchen.fake.com/v1/ingredients
curl -i -X POST \
https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/kitchen/openapi/ingredients \
-H 'Content-Type: application/json' \
-H 'authorization: YOUR_API_KEY_HERE' \
-d '{
"kitchenId": "altman-family",
"name": "broccoli",
"quantity": 10,
"unit": "cups",
"useBefore": "2019-08-24T14:15:22Z"
}'Ingridient added.
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "object": "ingredient", "kitchenId": "altman-family", "name": "broccoli", "quantity": 10, "unit": "cups", "useBefore": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" }