Link the org api calls to their related user resources.

This commit is contained in:
jakedt 2014-03-14 17:35:52 -04:00
parent 4d551a079b
commit 83bc965556
8 changed files with 36 additions and 25 deletions

View file

@ -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 = {