POST /mealplanner/{username}/templates
Add Meal Plan Template
Add a meal plan template for a user.
Request Traces
Request Headers
POST https://api.spoonacular.com/mealplanner/{username}/templates
Accept: application/json
HTTP Response
HTTP 200
Success
{
"items": [
{
"day": 0,
"position": 0,
"slot": 0,
"type": "string",
"value": {
"id": 0,
"imageType": "string",
"servings": 0,
"title": "string",
},
},
],
"name": "string",
"publishAsPublic": false,
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
