https://s3-us-west-2.amazonaws.com/secure.notion-static.com/713db1e3-1509-44d9-af31-33b3365a16dc/Untitled.png

[POST] ~/water


Request-Header

Content-Type : multipart/application-json

Request-Params

Request-Body

~~water_date : DATE , 물 준 날짜~~

review : String , 리뷰 내용

keyword1 : String , keyword 최대 3개(길이는 최대 10 5)

keyword2 : String , keyword 최대 3개(길이는 최대 10 5)

keyword3 : String , keyword 최대 3개(길이는 최대 10 5)

CherishId : INTEGER , Cherish id (PK)

Response - body

CherishId : INTEGER , Cherish id (PK)

score : INTEGER , (리뷰, 키워드 작성에 따른) 애정도 점수

Success 1: 리뷰, 키워드 모두 비워뒀을 경우

{
    "success": true,
    "message": "성공",
    "data": 0
}

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2e3fc3e8-aacd-497f-b7e7-0d0de954a417/Untitled.png