총대마켓 팀 블로그
/
해커톤
/
API 설계
/
참여하기
Search
Share
참여하기
담당자
Comments
(보충 필요)
End Point
/participation
Header
Content-Type: application/json
Method
POST
Request Body
{ “articleId”: 10 }
Response Body
{ "status": "AVAILABLE", "currentCount": 6 }
StatusCode & Exception
성공 - 200 예외 발생 - 400 1. DB Current Count ≥ DB total Count 2. 마감시간 지났거나, 확정된 상태일 때
구현 완료
안드