Create
Menambahkan rating dan komen
Create Review
POST
http://api-my-news.herokuapp.com/review/store
This endpoint allows you to get free cakes.
Request Body
Name
Type
Description
article_id
integer
rating
integer
comment
string
{
"message": "Berhasil menambahkan Review",
"status": true,
"data": {
"user_id": 1,
"article_id": "2",
"rating": "5",
"comment": "Beritanya bagus min",
"updated_at": "2020-08-14T08:31:16.000000Z",
"created_at": "2020-08-14T08:31:16.000000Z",
"id": 4
}
}
Last updated
Was this helpful?