add docs for star repo api
This commit is contained in:
parent
eb956e5b7d
commit
aa4903c3cd
1 changed files with 1 additions and 0 deletions
|
@ -723,6 +723,7 @@ class StarredRepositoryList(ApiResource):
|
|||
raise NotFound()
|
||||
|
||||
@resource('/v1/user/starred/<repopath:repository>')
|
||||
@path_param('repository', 'The full path of the repository. e.g. namespace/name')
|
||||
class StarredRepository(RepositoryParamResource):
|
||||
""" Operations for managing a specific starred repository. """
|
||||
@nickname('deleteStar')
|
||||
|
|
Reference in a new issue