Add missing API endpoints from packit investigation
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
f04ec71ba6
commit
9d481adaa9
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ More information about endpoints could be found in `API documentation
|
|||
- ``/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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue