updateReview
Modify existing reviews in Brilliant Directories by updating content, ratings, or approval status to manage member feedback.
Instructions
Update a review
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review_id | Yes | ||
| review_name | No | ||
| review_title | No | ||
| review_description | No | ||
| rating_overall | No | ||
| recommend | No | ||
| review_status | No | Review status (integer). Authoritative values from BD admin:\n 0 = Pending (newly submitted, awaiting moderation)\n 2 = Accepted (approved and visible on the member profile)\n 3 = Declined (rejected by admin — not publicly visible)\n 4 = Waiting for Admin (member has accepted, now needs admin sign-off)\nNote: value 1 is NOT valid — do not use. Normal moderation flow: 0 -> 2 (accepted) or 0 -> 3 (declined). When a member pre-accepts but admin review is still required, state 4 is used. |