diff --git a/pagure/api/project.py b/pagure/api/project.py index e947a30..d82f9e7 100644 --- a/pagure/api/project.py +++ b/pagure/api/project.py @@ -344,7 +344,12 @@ def api_projects(): | | | | to it | +---------------+----------+---------------+--------------------------+ | ``owner`` | string | Optional | | Filters the projects | - | | | | by ownership | + | | | | by ownership. | + | | | | If the argument is of | + | | | | the form then | + | | | | the project returned | + | | | | are the ones *not* | + | | | | owned by this user. | +---------------+----------+---------------+--------------------------+ | ``namespace`` | string | Optional | | Filters the projects | | | | | by namespace |