리뷰 작성하기
Get Cakes
POST
https://backends.xyz/api/home/review/<int:pk>/
<int:pk> 는 방 번호 입니다. 숫자 넣어주시면 됩니다.
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
grade
integer
0 ~ 5점까지 평점.
comment
string
"comment" : "모두 성공"
{
"room": 1,
"guest": 2,
"comment": "HELLO WORLD!",
"created_at": "2018-12-12",
"grade": 5
}
Last updated
Was this helpful?