diff --git a/docs/topics/api/reviews.rst b/docs/topics/api/reviews.rst index dc842c645e..d5b7e4a1a7 100644 --- a/docs/topics/api/reviews.rst +++ b/docs/topics/api/reviews.rst @@ -61,7 +61,7 @@ This endpoint allows you to fetch a review by its id. :>json int id: The review id. :>json string|null body: The text of the review. - :>json string|null: The title of the review. + :>json string|null title: The title of the review. :>json int rating: The rating the user gave as part of the review. :>json object|null reply: The review object containing the developer reply to this review, if any (The fields ``rating``, ``reply`` and ``version`` are omitted). :>json string version: The add-on version string the review applies to. @@ -73,7 +73,7 @@ This endpoint allows you to fetch a review by its id. Post ---- -.. review-list-addon: +.. review-post: This endpoint allows you to post a new review for a given add-on and version. @@ -84,7 +84,7 @@ This endpoint allows you to post a new review for a given add-on and version. .. http:post:: /api/v3/addons/addon/(int:id|string:slug|string:guid)/reviews/ :` describing the reason behind the flagging. + :