Skip to content

Update Review

POST
/admin/reviews/{id}
curl --request POST \
--url http://localhost:9000/admin/reviews/example \
--header 'Content-Type: application/json' \
--data '{ "status": "pending", "title": "example", "body": "example", "rating": 1, "metadata": {} }'
id
required
string
Media type application/json
object
status
string
Allowed values: pending approved rejected
title
string
body
string
rating
number
>= 1 <= 5
metadata
object
key
additional properties
any

OK

Media type application/json
object
Example generated
{}