Remove internal_only from some APIs now that we expose a user admin scope

Fixes #1246
This commit is contained in:
Joseph Schorr 2016-02-16 16:50:33 -05:00
parent e8faa9f843
commit 8d9f3309aa
2 changed files with 1 additions and 4 deletions

View file

@ -50,7 +50,6 @@ def org_view(o, teams):
@resource('/v1/organization/')
@internal_only
class OrganizationList(ApiResource):
""" Resource for creating organizations. """
schemas = {