summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-add-pagination-for-instance-actions-1c14cb3fc9887d2a.yaml
blob: 90c68181beb09c6d9cf865776d2f17b5dda0a01f (plain)
1
2
3
4
5
6
7
8
---
features:
  - |
    Add pagination support and ``changes-since`` filter for os-instance-actions
    API. Users can now use ``limit`` and ``marker`` to perform paginated query
    when listing instance actions. Users can also use ``changes-since`` filter
    to filter the results based on the last time the instance action was
    updated.