From 9d481adaa943cac48441758bdd017e70e20abed4 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 7 Dec 2023 11:46:39 +0100 Subject: [PATCH] Add missing API endpoints from packit investigation Signed-off-by: Michal Konecny --- docs/dist-git-move/summary.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dist-git-move/summary.rst b/docs/dist-git-move/summary.rst index e2967a5..6678e68 100644 --- a/docs/dist-git-move/summary.rst +++ b/docs/dist-git-move/summary.rst @@ -26,7 +26,8 @@ More information about endpoints could be found in `API documentation - ``/api/0/projects`` lists all the projects - ``/api/0//`` returns all the info about project - ``/api/0///c//flag`` adds/edits flag on commit -- ``/api/0///git/modifyacls`` modifies ACL for the git repository +- ``/api/0///git/branches`` modifies ACL for the git repository +- ``/api/0///git/modifyacls`` lists all branches in the git repository - ``/api/0///hascommit`` checks whether a specified user has commit access to repository - ``/api/0///pull-request/new`` opens a new pull request