From abfbd85b9c9bae1977237ff122ff47ba0b0cb3e1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 05 2016 18:41:02 +0000 Subject: Drop the username from the documentation of api_subscribe_issue That username is not used as was described since we rely on the user authenticated. --- diff --git a/pagure/api/issue.py b/pagure/api/issue.py index f598265..ad0ddfc 100644 --- a/pagure/api/issue.py +++ b/pagure/api/issue.py @@ -832,10 +832,6 @@ def api_subscribe_issue(repo, issueid, username=None, namespace=None): +--------------+----------+---------------+---------------------------+ | Key | Type | Optionality | Description | +==============+==========+===============+===========================+ - | ``username`` | string | Mandatory | | The username of the user| - | | | | to (un)subscribe to the | - | | | | issue. | - +--------------+----------+---------------+---------------------------+ | ``status`` | boolean | Mandatory | | The subscription status | | | | | to subscribe or | | | | | unsubscribe to the. |