-
Notifications
You must be signed in to change notification settings - Fork 1
다이어리 추가
YeongWoooo edited this page Jan 6, 2021
·
1 revision
| 메소드 | 경로 | 설명 |
|---|---|---|
| POST | /diaries | 다이어리 추가 |

Content-Type: application/json{
"depth": 3,
"contents": "test_contents_0",
"userId": 8,
"sentenceId": 40,
"emotionId": 7,
"wroteAt": "2020-08-16T00:00:00.000Z",
"UserId": 8,
}{
"message": "일기 생성 성공",
"data": {
"id": 1,
"position": 4,
"depth": 3,
"contents": "test_contents_0",
"userId": 8,
"sentenceId": 40,
"emotionId": 7,
"wroteAt": "2020-08-16T00:00:00.000Z",
"createdAt": "2021-01-06T07:50:51.000Z",
"updatedAt": "2021-01-06T07:50:51.000Z",
"UserId": 8,
"SentenceId": 40,
"EmotionId": 7
}
}{
"message": "필요한 값이 없습니다."
}{
"message": "일기 전체 조회 실패"
}