-
Notifications
You must be signed in to change notification settings - Fork 1
feeling
MMyungji edited this page Nov 9, 2018
·
2 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | /feeling | 오늘의 감정 생성하기 |
authorization : token
{
//감정의 다른 한쪽은 null로 보내기
"good": "좋은 감정",
"bad": "나쁜 감정",
"comment": "감정 상태 메세지"
}
{
"good": "1",
"bad": "", //아무값도 넣지 않기
"comment": "날씨가 좋다^^"
}
{
"good": "", //아무값도 넣지 않기
"bad": "3",
"comment": "잠을 한숨도 못잤다.."
}
{
"message": "success"
}
{
"message": "fail"
}
{
"message" : "access denied"
}