-
Notifications
You must be signed in to change notification settings - Fork 1
✔리뷰 개수 제한
최정균 edited this page Jul 17, 2020
·
4 revisions
메소드 | 경로 | 설명 |
---|---|---|
POST | /review/limit | 리뷰 개수제한 |
{
"Content-Type": "application/json"
}
{
"profileIdx" : 1,
"foodIdx : 2
}
- profileIdx : 현재 이용중인 프로필인덱스
- foodIdx : 캣푸드 인덱스
{
"status": 200,
"success": true,
"data": {
"unPossibleAddReview": false
}
}
- 데이터 누락
{
"status": 400,
"success": false,
"message": "필요한 값이 없습니다. "
}