Browse recipes matching all given ingredients

인증된 상점에 연결된 모든 지정된 재료가 포함된 레시피의 페이지 매김된 목록을 반환합니다. '냉장고에 있는 것'으로도 알려져 있습니다.

POST
/recipes/browse-by-ingredients
Recipes

요청

application/json
object

페이지 매김 및 재료 필터가 포함된 요청

BrowseRecipesByIngredientsRequest

모든 지정된 재료와 일치하는 레시피 탐색 요청

object

ingredients

string[]
string

recipeTypeId?

레시피 유형 식별자로 선택적 필터

value<int16> | null

page

제로 기반 페이지 번호

value<int32> | null

size?

페이지당 항목 수

value<int32>