-
Notifications
You must be signed in to change notification settings - Fork 1
광고성 푸시 동의
박지수 Jisu Park edited this page Aug 17, 2020
·
1 revision
[PATCH] ~/api/v1/asker/main/push
REQUEST | PARAMETER NAME | DESCRIPTION |
---|---|---|
header | x-token | 엑세스 토큰 access token |
agree_notice를 1로 업데이트
성공
{
"code": "success",
"message": "success",
"data": {
"created_at": 1597643461000,
"updated_at": 1597643461000,
"idx": 2,
"agree_push_app": 1,
"agree_push_kakao": 1,
"agree_push_email": 1,
"agree_notice": 1,
"agree_distrub": 0,
"agree_review": 0,
"asker_idx": 149
}
}
access token이 만료된 경우
{
"code": "access_token_expired",
"message": "Access token expired"
}
결과를 찾지 못한 경우
{
"code": "not_found",
"message": "Result not found"
}