Public item methods for organisations and groups

This commit is contained in:
Francesco Siddi 2015-10-11 23:30:41 +02:00
parent 1c011b45ff
commit 72d2f9adfe

View File

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