-
Notifications
You must be signed in to change notification settings - Fork 1
질문자 상담 리뷰작성
박지수 Jisu Park edited this page Mar 30, 2020
·
5 revisions
[POST] ~/api/v1/asker/mypage/matches/review
REQUEST | PARAMETER NAME | DESCRIPTION |
---|---|---|
header | x-token | 엑세스 토큰 access token |
header | Content-Type | application/json |
body | match_idx | 상담 인덱스 : Int |
리뷰가 이미 존재하는 경우 -> 팝업
{
"code": "review_already_exists",
"message": "Review already exist."
}
작성된 리뷰가 없는 경우 -> 리뷰 작성 페이지로 이동
{
"code": "review_not_found",
"message": "Review not found."
}
윌스너가 삭제된 경우
{
"code": "not_found",
"message": "Result not found."
}
access token이 만료된 경우
{
"code": "access_token_expired",
"message": "Access token expired"
}