diff --git a/pillar/settings.py b/pillar/settings.py index 6bec95f9..2e2c56e2 100644 --- a/pillar/settings.py +++ b/pillar/settings.py @@ -466,11 +466,15 @@ files = { groups = { 'resource_methods': ['GET', 'POST'], + 'public_methods': ['GET'], + 'public_item_methods': ['GET'], 'schema': groups_schema, } organizations = { 'schema': organizations_schema, + 'public_item_methods': ['GET'], + 'public_methods': ['GET'] } DOMAIN = {