Skip to content

Commit

Permalink
♻️ add category recipe search docs description
Browse files Browse the repository at this point in the history
  • Loading branch information
oshyun00 committed Jul 31, 2024
1 parent a1d2eca commit 351f213
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ void readRecipeSteps() {
void readRecipesOfCategory() {
RestAssured.given(spec).log().all()
.filter(document(DEFAULT_RESTDOCS_PATH,
"특정 카테고리 페이지의 레시피 목록을 조회합니다.",
"카테고리별 레시피 조회 API",
queryParameters(
parameterWithName("category").description("카테고리"),
parameterWithName("pageNumber").description("페이지 번호"),
Expand Down

0 comments on commit 351f213

Please sign in to comment.