From 365ead969e0c732263a4b44523f23cea4979c9b3 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Apr 27 2020 13:51:34 +0000 Subject: api/project: fix copypasta in "Update project watchers" API docs Signed-off-by: Fabio Valentini --- diff --git a/pagure/api/project.py b/pagure/api/project.py index 28861cb..0fc7d28 100644 --- a/pagure/api/project.py +++ b/pagure/api/project.py @@ -1917,9 +1917,6 @@ def api_update_project_watchers(repo, username=None, namespace=None): +------------------+---------+--------------+---------------------------+ | Key | Type | Optionality | Description | +==================+=========+==============+===========================+ - | ``repo`` | string | Mandatory | | The name of the project | - | | | | to fork. | - +------------------+---------+--------------+---------------------------+ | ``status`` | string | Mandatory | | The new watch status to | | | | | set on that project. | | | | | (See options below) | @@ -1928,12 +1925,6 @@ def api_update_project_watchers(repo, username=None, namespace=None): | | | | changing their watch | | | | | status. | +------------------+---------+--------------+---------------------------+ - | ``namespace`` | string | Optional | | The namespace of the | - | | | | project to fork. | - +------------------+---------+--------------+---------------------------+ - | ``username`` | string | Optional | | The username of the user| - | | | | of the fork. | - +------------------+---------+--------------+---------------------------+ Watch Status ^^^^^^^^^^^^