We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl -X PATCH "http://localhost:8080/users/horoscope-alarm" -H "accept: */*" -H "Authorization: Bearer eyJ0eXBlIjoiSldUIiwiYWxnIjoiSFMzODQifQ.eyJpc3MiOiJBUEkgU2VydmVyIiwic3ViIjoiQXV0aGVudGljYXRpb24gVG9rZW4iLCJleHAiOjE5MjQ5MzI3MDksImlhdCI6MTU3OTMzMjcwOSwidXNlcklkIjoidGVzdCIsImlkIjoyfQ.ZfMQWUjZ4uhubsO_XIG-8uxOYizTofeV_RF2AY6cfmHc-g5qUmEHPpUqBS8NXQEJ" -H "Time-Zone: KST" -H "Content-Type: application/json" -d "{ \"horoscopeAlarm\": true}"
{ "id": 2, "userId": "test", "constellation": "황소자리", "timeZone": "KST", "horoscopeAlarmFlag": true, "questionAlarmFlag": true, "horoscopeTime": "23:00:00", "questionTime": "13:00:00" }
//Request Worn Field { "error": { "code": 4001, "message": "Request Field Null or Wrong Form - Check Request Field" } }
//Fail Authentication { "error": { "code": 4101, "message": "Fail Authentication - check token” } }
The text was updated successfully, but these errors were encountered:
korea8378
No branches or pull requests
운세 푸시 알람 설정 API SPEC
Request
Response
Success
Fail
400 BAD_REQUEST
401 UNAUTHORIZED
Check List
The text was updated successfully, but these errors were encountered: