-
Notifications
You must be signed in to change notification settings - Fork 1
고민 취소
invitejay edited this page Aug 16, 2020
·
2 revisions
[GET] ~/api/v1/asker/list/concerns/:concern_idx/cancel
REQUEST | PARAMETER NAME | DESCRIPTION |
---|---|---|
header | x-token | 엑세스 토큰 access token |
요청 취소가 가능한 고민 상태값 init, empty ---> cancelled
성공
{
"code": "success",
"message": "success",
"data": {
"created_at": 1597509233000,
"updated_at": 1597046788000,
"idx": 800,
"content": "ㅜㅌ어아",
"wil_gender": "ALL",
"type": "realtime",
"time": "30",
"status": "cancelled",
"match_cnt": 2,
"asker_idx": 143,
"subcategory_idx": 2,
"direction_idx": 2
}
}
access token이 만료된 경우
{
"code": "access_token_expired",
"message": "Access token expired"
}
결과를 찾지 못한 경우
{
"code": "not_found",
"message": "Result not found"
}