deb-mistral/releasenotes/notes/include-output-paramter-in-action-execution-list-c946f1b38dc5a052.yaml
Michal Gershenzon 861d572b23 Remove output from list action executions API
output field should be returned only when getting one action execution

Change-Id: I9913f4893b3eaf30faca1a747eeeda493dbc0fb2
Closes-Bug: #1610817
2017-03-02 10:40:37 +00:00

17 lines
493 B
YAML

---
features:
- |
New parameter called 'include_output' added to action execution api.
By default output field does not return when calling list action executions
API
critical:
- |
By default, output field will not return when calling list action
executions. In the previous version it did, so if a user used this, and/or
wants to get output field when calling list action executions API, it will
be possible only by using the new include output parameter.