Skip to content

고민 재신청

박지수 Jisu Park edited this page Dec 11, 2020 · 2 revisions

URL

[GET] ~/api/v1/asker/list/concerns/retry/:concern_idx

REQUEST PARAMETER NAME DESCRIPTION
header x-token 엑세스 토큰 access token

응답예시

  • 완료된 고민이 있는 경우 // response code 200
{
    "code": "complete_match_exist",
    "message": "Completed match exists."
}
  • 완료된 고민이 없는 경우 // response code 400
{
    "code": "complete_match_not_found",
    "message": "Completed match not found."
}

access token이 만료된 경우

{
    "code": "access_token_expired",
    "message": "Access token expired"
}

결과를 찾지 못한 경우

{
    "code": "not_found",
    "message": "Result not found"
}
Clone this wiki locally