# Recipes

Collections of items and recipes, with quantities, that are used to create other items.

 - [POST /recipes/{recipeId}/images](https://developer.yellowdogsoftware.com/rest/fetch/api/recipes/post-recipes-images.md): #### Permission Requirements - Permission Path: **Recipes > Recipe Editor > Pictures and Links Tabs** (editor access required)
 - [PATCH /recipes/{recipeId}/images/{imageId}](https://developer.yellowdogsoftware.com/rest/fetch/api/recipes/op-recipes-images-byid.md): #### Permission Requirements - Permission Path: **Recipes > Recipe Editor > Pictures and Links Tabs** (editor access required)
 - [DELETE /recipes/{recipeId}/images/{imageId}](https://developer.yellowdogsoftware.com/rest/fetch/api/recipes/delete-recipes-images-byid.md): #### Permission Requirements - Permission Path: **Recipes > Recipe Editor > Pictures and Links Tabs** (editor access required)
 - [GET /recipes](https://developer.yellowdogsoftware.com/rest/fetch/api/recipes/get-recipes.md): This endpoint only returns the list of Recipes, without Ingredients, AttachedFiles, and Links. If the ingredients are needed, then make an another API call to GET Recipe By ID with the Expand=Ingredie
 - [GET /recipes/{recipeId}](https://developer.yellowdogsoftware.com/rest/fetch/api/recipes/get-recipes-byid.md)
