Merge "Fix providing 'is_system' property in /actions"
This commit is contained in:
commit
c71cdc395c
@ -34,6 +34,7 @@ class Action(resource.Resource):
|
||||
|
||||
id = wtypes.text
|
||||
name = wtypes.text
|
||||
is_system = bool
|
||||
|
||||
description = wtypes.text
|
||||
tags = [wtypes.text]
|
||||
|
@ -48,6 +48,7 @@ std.echo:
|
||||
ACTION = {
|
||||
'id': '123',
|
||||
'name': 'my_action',
|
||||
'is_system': False,
|
||||
'description': 'My super cool action.',
|
||||
'tags': ['test', 'v2'],
|
||||
'definition': ACTION_DEFINITION
|
||||
|
Loading…
x
Reference in New Issue
Block a user