cloudkitty/releasenotes/notes/add-storage-state-v2-api-endpoint-492d7092e85ed7b1.yaml
Justin Ferrieu d78ba8740e Add a v2 API endpoint to reset the state of different scopes
A new endpoint is available to admin users on ``PUT /v2/scope``
with relatively similar parameters that are to be found on the
``GET /v2/scope`` endpoint regarding filtering. This allows
end users to reset the scope state of several scopes at once
if they are willing to.

Story: 2005395
Task: 30790
Change-Id: I28ccd24c65163b3e1b59e478653b01b84f2bb1b0
2019-07-18 08:05:50 +00:00

7 lines
243 B
YAML

---
features:
- |
Added a v2 API endpoint allowing to reset the state of several scopes.
This endpoint is available via a ``PUT`` request on ``/v2/scope`` and
supports filters. Admin privileges are required to use this endpoint.