861d572b23
output field should be returned only when getting one action execution Change-Id: I9913f4893b3eaf30faca1a747eeeda493dbc0fb2 Closes-Bug: #1610817
17 lines
493 B
YAML
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.
|