Skip to content

재희 매칭

박지수 Jisu Park edited this page May 17, 2020 · 1 revision

URL

[POST] ~/api/v1/asker/list/matches/:concern_idx

REQUEST PARAMETER NAME DESCRIPTION
header x-token 엑세스 토큰 access token
header Content-Type application/json
body willsoner_idx 윌스너 인덱스 : Int[]

요청예시

{
	"willsoner_idx": [1, 2, 3]
}

응답예시

성공

{
    "code": "success",
    "message": "success",
    "data": "matched"
}

access token이 만료된 경우

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

결과를 찾지 못한 경우

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