Public item methods for organisations and groups
This commit is contained in:
parent
1c011b45ff
commit
72d2f9adfe
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user