| |
@@ -26,7 +26,8 @@
|
| |
- ``/api/0/projects`` lists all the projects
|
| |
- ``/api/0/<namespace>/<package_name>`` returns all the info about project
|
| |
- ``/api/0/<namespace>/<package_name>/c/<commit_hash>/flag`` adds/edits flag on commit
|
| |
- - ``/api/0/<namespace>/<package_name>/git/modifyacls`` modifies ACL for the git repository
|
| |
+ - ``/api/0/<namespace>/<package_name>/git/branches`` modifies ACL for the git repository
|
| |
+ - ``/api/0/<namespace>/<package_name>/git/modifyacls`` lists all branches in the git repository
|
| |
- ``/api/0/<namespace>/<package_name>/hascommit`` checks whether a specified user has commit
|
| |
access to repository
|
| |
- ``/api/0/<namespace>/<package_name>/pull-request/new`` opens a new pull request
|
| |
Signed-off-by: Michal Konecny mkonecny@redhat.com