Public item methods for organisations and groups
This commit is contained in:
@@ -466,11 +466,15 @@ files = {
|
|||||||
|
|
||||||
groups = {
|
groups = {
|
||||||
'resource_methods': ['GET', 'POST'],
|
'resource_methods': ['GET', 'POST'],
|
||||||
|
'public_methods': ['GET'],
|
||||||
|
'public_item_methods': ['GET'],
|
||||||
'schema': groups_schema,
|
'schema': groups_schema,
|
||||||
}
|
}
|
||||||
|
|
||||||
organizations = {
|
organizations = {
|
||||||
'schema': organizations_schema,
|
'schema': organizations_schema,
|
||||||
|
'public_item_methods': ['GET'],
|
||||||
|
'public_methods': ['GET']
|
||||||
}
|
}
|
||||||
|
|
||||||
DOMAIN = {
|
DOMAIN = {
|
||||||
|
Reference in New Issue
Block a user