Skip to content

뱃지 등록

sovovy edited this page Sep 25, 2019 · 1 revision

뱃지 등록

Method URL Description
POST /user/badge 뱃지 등록

요청 헤더

Content-Type : application/json

Authorization : [token값]

요청 바디

course_idx : 완주한 코스 idx

응답 성공

// status : 201
{
    "message": "Success",
    "data": {}
}
Clone this wiki locally