Skip to content

[POST] 방장 점수 주기

Gyunny edited this page Oct 20, 2021 · 5 revisions
메소드 경로 설명
POST /api/v2/group/{groupId}/leader/{leaderId}?score=4 방장 점수 주기

스크린샷 2021-10-20 오후 10 20 44

Request Header

{
    "Content-Type": "application/json",
    "accessToken" : "accessToken"
}



QueryString 설명

Parameter 설명
score 방장 점수 ex): 1 ~ 5
{base_url}/group/1/leader/1?score=4



< Success >

{
    "status": 201
}