b385864c5d
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
13 lines
567 B
YAML
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.
|