Migrate teams and orgs.

This commit is contained in:
jakedt 2014-03-14 14:20:51 -04:00
parent ab60a10a93
commit e4e4f8c553
5 changed files with 375 additions and 2 deletions

View file

@ -31,7 +31,7 @@ class RepositoryTokenList(RepositoryParamResource):
'properties': {
'friendlyName': {
'type': 'string',
'description': 'Friendly name to help identify the token.',
'description': 'Friendly name to help identify the token',
'required': True,
},
},
@ -72,7 +72,7 @@ class RepositoryToken(RepositoryParamResource):
'TokenPermission': {
'id': 'TokenPermission',
'type': 'object',
'description': 'Description of a token permission.',
'description': 'Description of a token permission',
'required': True,
'properties': {
'role': {