We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abe410 commit 3cf45d3Copy full SHA for 3cf45d3
st2api/st2api/controllers/v1/actionexecutions.py
@@ -83,9 +83,9 @@ class ActionExecutionsControllerMixin(BaseRestControllerMixin):
83
mandatory_include_fields_retrieve = [
84
'action.parameters',
85
'runner.runner_parameters',
86
- 'parameters'
+ 'parameters',
87
# necessary for ActionExecutionDB to determine permissions in enterprise ldap
88
- 'action.pack'
+ 'action.pack',
89
'action.uid'
90
]
91
0 commit comments