[api-ref] Add HTTP 501 for PUT min bw QoS rule
The change I477edb0ae35b385ac776a58195f22382e2fce4ed introduced a new
possible response code for PUT
/v2.0/qos/policies/{policy_id}/minimum_bandwidth_rules/{rule_id} API
but it missed to document it in the API ref. This patch amends the
documentation accordingly.
Closes-Bug: #1930283
Change-Id: I848e919d0a2e2c439aed7cd6e9ec0ab5102a43df
This commit is contained in:
@@ -916,9 +916,12 @@ Updates a minimum bandwidth rule for a QoS policy.
|
||||
If the request is valid, the service returns the ``Accepted (202)``
|
||||
response code.
|
||||
|
||||
Note that the rule cannot be updated, and the update is rejected with error
|
||||
code 501, if there is any bound port referring to the rule via the qos policy.
|
||||
|
||||
Normal response codes: 202
|
||||
|
||||
Error response codes: 400, 401, 404
|
||||
Error response codes: 400, 401, 404, 501
|
||||
|
||||
Request
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user