From cffd2e3e41a3da488a466fadc979b0d26c008f89 Mon Sep 17 00:00:00 2001 From: toychip Date: Thu, 18 Jul 2024 21:32:35 +0900 Subject: [PATCH] add: get pick-detail paging http --- _endpoint_test/pick.http | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_endpoint_test/pick.http b/_endpoint_test/pick.http index ab6ad075..c015aef8 100644 --- a/_endpoint_test/pick.http +++ b/_endpoint_test/pick.http @@ -1,3 +1,6 @@ ### 내가 받은 픽 리스트 조회하기 GET {{host}}/pick/picked-list?sort=MOST_PICKED + +### 내가 받은 픽 중 특정 질문의 페이징 조회하기 +GET {{host}}/pick/picked-detail?questionId=abc