Update quota API description

Change-Id: Ia8d36dca81e2dd028b36289cb4547c1a8b88a1b1
This commit is contained in:
Lingxian Kong 2020-10-22 21:31:26 +13:00
parent 060a100aa0
commit d77229e7eb
2 changed files with 8 additions and 2 deletions

View File

@ -76,7 +76,12 @@ Update resources quota for a specific project
.. rest_method:: PUT /v1.0/{project_id}/mgmt/quotas/{user_project}
Admin only action by default.
Admin only action by default. Supported resources:
* instances
* backups
If not set, use the default resource quota in Trove configuration.
Normal response codes: 200

View File

@ -1,5 +1,6 @@
{
"quotas": {
"instances": 20
"instances": 10,
"backups": 30
}
}