mistral/releasenotes/notes/v2-action-api-sorting-marker-fcc3e20038e0b7ae.yaml
Tobias Urdin 1a6f5d0e5f Added sorting and marker for pagination of actions
This solves the sorting and marker for pagination
when listing actions.

Change-Id: I9bb15642585af22ad354dd4f8f2253a47129639e
2022-08-15 08:07:13 +00:00

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.