parent
572d6ba53c
commit
5c1d195a19
14 changed files with 57 additions and 57 deletions
|
@ -65,7 +65,6 @@ class PermissionPrototypeList(ApiResource):
|
|||
""" Resource for listing and creating permission prototypes. """
|
||||
schemas = {
|
||||
'NewPrototype': {
|
||||
'id': 'NewPrototype',
|
||||
'type': 'object',
|
||||
'description': 'Description of a new prototype',
|
||||
'required': [
|
||||
|
@ -193,7 +192,6 @@ class PermissionPrototype(ApiResource):
|
|||
""" Resource for managingin individual permission prototypes. """
|
||||
schemas = {
|
||||
'PrototypeUpdate': {
|
||||
'id': 'PrototypeUpdate',
|
||||
'type': 'object',
|
||||
'description': 'Description of a the new prototype role',
|
||||
'required': [
|
||||
|
|
Reference in a new issue