d78ba8740e
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
7 lines
243 B
YAML
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.
|