Link the org api calls to their related user resources.
This commit is contained in:
parent
4d551a079b
commit
83bc965556
8 changed files with 36 additions and 25 deletions
|
@ -27,8 +27,7 @@ def member_view(member):
|
|||
}
|
||||
|
||||
|
||||
@resource('/v1/organization/<orgname>/team/<teamname>',
|
||||
methods=['PUT', 'POST'])
|
||||
@resource('/v1/organization/<orgname>/team/<teamname>')
|
||||
class OrganizationTeam(ApiResource):
|
||||
""" Resource for manging an organization's teams. """
|
||||
schemas = {
|
||||
|
|
Reference in a new issue