1a6f5d0e5f
This solves the sorting and marker for pagination when listing actions. Change-Id: I9bb15642585af22ad354dd4f8f2253a47129639e
9 lines
324 B
YAML
9 lines
324 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``/v2/actions`` endpoint now alphabetically sorts the results by default
|
|
and also supports the ``sort_keys`` query parameter to sort actions.
|
|
- |
|
|
The ``/v2/actions`` endpoint now supports the ``marker`` query parameter
|
|
which can be used to set the start position of the pagination.
|