-
Notifications
You must be signed in to change notification settings - Fork 0
사용자 알림 설정하기
Heegun Kwak edited this page Feb 22, 2024
·
5 revisions
사용자 알림설정 조회하기
POST : /user/notification
사용자 인증을 위한 로그인시 발행되는 토큰
{
"Authorization": [사용자_토큰_값],
}
None
params | Example | Description | Default |
---|---|---|---|
notification:Boolean | true | 알림을 받을지 / 안받을지 설정 (true/false) | true |
Example URL : {{baseURL}}/user/notification
Success : 200
[
{
"notification": true
},
]
true / false 여부는 사용자가 요청한 값과 동일하게 나온다.
Fail : 500
서버 오류 발생