From 720ff5ef5c720888ac409679d29d1ee6830ff4bc Mon Sep 17 00:00:00 2001 From: ishcherb Date: Nov 24 2017 12:26:33 +0000 Subject: Fix documentation for fork API endpoint There should not be a repo name in the API endpoint, it is to be provided in request data. --- diff --git a/pagure/api/project.py b/pagure/api/project.py index 924dbf4..643302c 100644 --- a/pagure/api/project.py +++ b/pagure/api/project.py @@ -1009,7 +1009,7 @@ def api_fork_project(): :: - POST /api/0//fork + POST /api/0/fork Input