Some small fixes in the API.
This commit is contained in:
parent
3b3d71bfd7
commit
7d163833bd
4 changed files with 8 additions and 2584 deletions
|
@ -105,7 +105,7 @@ class RepositoryUserPermission(RepositoryParamResource):
|
|||
}
|
||||
|
||||
@require_repo_admin
|
||||
@nickname('getUserPermission')
|
||||
@nickname('getUserPermissions')
|
||||
def get(self, namespace, repository, username):
|
||||
""" Get the Fetch the permission for the specified user. """
|
||||
logger.debug('Get repo: %s/%s permissions for user %s' %
|
||||
|
|
Reference in a new issue