From 72d2f9adfec5a58740fd76a75eb7a1ae9ca3e687 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Sun, 11 Oct 2015 23:30:41 +0200 Subject: [PATCH] Public item methods for organisations and groups --- pillar/settings.py | 4 ++++ 1 file changed, 4 insertions(+) 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 = {