keystone/releasenotes/notes/limits-api-refactor-05abf9e6c2e75852.yaml
wangxiyuan b385864c5d Unified limit update APIs Refactor
According to the API-WG's suggestion, the update registered
limit/project limit APIs should be refactored as:
1. Change PUT to PATCH
2. Remove batch update limits support for PATCH

Closes-Bug: #1754184
Change-Id: I1102166ab425a55d8eaf85c75d8fd3a7dfbaceb6
2018-06-15 09:05:35 +08:00

13 lines
567 B
YAML

---
fixes:
- |
[`bug 1754184 <https://bugs.launchpad.net/keystone/+bug/1754184>`_]
The unified limit APIs has been refactored to align with the following
API-WG guidelines:
1. POST unified limits no longer returns all the limits during create
operations. It now only returns the newly created limits.
2. Support for updating multiple limits in a single request has been
removed by implementing PATCH instead of PUT.
Please note that the unified limits APIs is still experimental making it
possible to include these improvements.