Merge "Update quota API description"

This commit is contained in:
Zuul 2020-10-22 11:24:14 +00:00 committed by Gerrit Code Review
commit 4df3dceeee
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
}
}