lydiavangammeren / vurrukkulluk

Het leven is vurrukulluk, en deze recepten ook!
0 stars 0 forks source link

API POST /recipe #121

Open Dabra720 opened 1 year ago

Dabra720 commented 1 year ago

Deze is op dit moment op deze manier:

{
  "title": "string",
  "image": "string",
  "slug": "string",
  "description": "string",
  "kitchenTypeId": 0,
  "kitchenRegionId": 0,
  "userId": 0,
  "categoryIds": [
    0
  ],
  "ingredients": [
    {
      "id": 0,
      "articleId": 0,
      "recipeId": 0,
      "amount": 0
    }
  ]
}