From 5a2ebeeb40d2aa3326dd9a0bd45b111a8c460662 Mon Sep 17 00:00:00 2001 From: Christopher Grebs Date: Wed, 13 Feb 2019 14:21:13 +0100 Subject: [PATCH] Fix link in docs --- docs/topics/api/reviewers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/api/reviewers.rst b/docs/topics/api/reviewers.rst index 06d8d104aa2..2a5bb8be7b0 100644 --- a/docs/topics/api/reviewers.rst +++ b/docs/topics/api/reviewers.rst @@ -96,7 +96,7 @@ This endpoint allows you to list versions that can be used either for :ref:`brow unlisted add-ons. Additionally the current user can also be the owner of the add-on. -.. http:get:: /api/v4/reviewers/addon/(int:addon_id)/versions/(int:version_id)/ +.. http:get:: /api/v4/reviewers/addon/(int:addon_id)/versions/ :>json int id: The version id. :>json string channel: The version channel, which determines its visibility on the site. Can be either ``unlisted`` or ``listed``.