POST /mealplanner/{username}/items

Add to Meal Plan

Add an item to the user's meal plan.

Request Traces

Request Headers

POST https://api.spoonacular.com/mealplanner/{username}/items
Accept: application/json

Request Content

{
   "date": 0,
   "position": 0,
   "slot": 0,
   "type": "string",
   "value":    {
      "ingredients":       [
         {
            "name": "string",
         },
      ],
   },
}

HTTP Response

HTTP 200

Success

{
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found