manila/api-ref/source/samples/quota-classes-update-request.json
junboli cc4afb9aad Add docs for quota_class_set API
We have implemented quota-classes-show and quota-classes-update
api, but no api-ref is documented. This patch is to add api-ref
in the docs.

Change-Id: I275ee4fe048607a49368c4f985c055ab3a3bbfb6
Closes-bug: #1751683
2018-02-27 10:10:40 +08:00

7 lines
108 B
JSON

{
"quota_class_set": {
"class_name": "test-qupta-class-update",
"gigabytes": 20
}
}