[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:
Balazs Gibizer
2021-05-31 16:29:09 +02:00
parent 7c163a519b
commit c3f6029f98

View File

@@ -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
-------