Remove internal_only from some APIs now that we expose a user admin scope
Fixes #1246
This commit is contained in:
parent
e8faa9f843
commit
8d9f3309aa
2 changed files with 1 additions and 4 deletions
|
@ -50,7 +50,6 @@ def org_view(o, teams):
|
|||
|
||||
|
||||
@resource('/v1/organization/')
|
||||
@internal_only
|
||||
class OrganizationList(ApiResource):
|
||||
""" Resource for creating organizations. """
|
||||
schemas = {
|
||||
|
|
Reference in a new issue