Some small fixes in the API.

This commit is contained in:
jakedt 2014-03-18 14:22:14 -04:00
parent 3b3d71bfd7
commit 7d163833bd
4 changed files with 8 additions and 2584 deletions

View file

@ -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' %