From 797a9b188359f14a1094b3569acbb3eee90c6a60 Mon Sep 17 00:00:00 2001 From: Mathieu Pillard Date: Thu, 16 Feb 2017 21:36:55 +0100 Subject: [PATCH] Fix the URL for reviews list in API documentation --- docs/topics/api/reviews.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/api/reviews.rst b/docs/topics/api/reviews.rst index d6bce98ad9..40cd1b745d 100644 --- a/docs/topics/api/reviews.rst +++ b/docs/topics/api/reviews.rst @@ -18,7 +18,7 @@ This endpoint allows you to fetch reviews for a given add-on or user. Either ``addon`` or ``user`` query parameters are required, and they can be combined together. -.. http:get:: /api/v3/reviews/review/(int:id|string:slug|string:guid)/reviews/ +.. http:get:: /api/v3/reviews/review/ :query string addon: The add-on id to fetch reviews from. When passed, the reviews shown will always be the latest posted by each user on this particular add-on (which means there should only be one review per user in the results). :query string filter: The :ref:`filter ` to apply.