-
Notifications
You must be signed in to change notification settings - Fork 1
윌스너 신청 확인
박지수 Jisu Park edited this page Oct 12, 2020
·
1 revision
[PATCH] ~/api/v1/asker/mypage/home
REQUEST | PARAMETER NAME | DESCRIPTION |
---|---|---|
header | x-token | 엑세스 토큰 access token |
status 업데이트
approved -> complete
성공
{
"code": "success",
"message": "success",
"data": {
"avg_rating": "0",
"login_at": 1599630647000,
"created_at": 1599630648000,
"updated_at": 1599630648000,
"idx": 150,
"asker_idx": 149,
"experience": "장거리 연애 경험이 있습니다",
"introduction": "윌슨 하이염",
"review_cnt": 0,
"auth": 90,
"status": "complete",
"image_idx": 2
}
}
access token이 만료된 경우
{
"code": "access_token_expired",
"message": "Access token expired"
}
결과를 찾지 못한 경우
{
"code": "not_found",
"message": "Result not found"
}