Migrate teams and orgs.
This commit is contained in:
parent
ab60a10a93
commit
e4e4f8c553
5 changed files with 375 additions and 2 deletions
|
@ -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': {
|
||||
|
|
Reference in a new issue