Updated api-export-size attribute in quota update docs

Change-Id: I16355eaa1f15f748c5d0fa319e4e0f3b593dbd1f
Closes-Bug: #1505944
This commit is contained in:
sonu.kumar 2015-10-14 15:59:32 +05:30
parent 88a13e2c20
commit 71f2fee187

View File

@ -57,12 +57,14 @@ Get Quotas
Content-Type: application/json Content-Type: application/json
{ {
"api_export_size": 1000,
"domains": 10, "domains": 10,
"recordset_records": 20, "recordset_records": 20,
"domain_records": 500, "domain_records": 500,
"domain_recordsets": 500 "domain_recordsets": 500
} }
:from api_export_size: Number of recordsets allowed in a zone export
:form domains: Number of domains the tenant is allowed to own :form domains: Number of domains the tenant is allowed to own
:form recordset_records: Number of records allowed per recordset :form recordset_records: Number of records allowed per recordset
:form domain_records: Number of records allowed per domain :form domain_records: Number of records allowed per domain
@ -101,6 +103,7 @@ Update Quotas
Content-Type: application/json Content-Type: application/json
{ {
"api_export_size": 1000,
"domains": 1000, "domains": 1000,
"recordset_records": 20, "recordset_records": 20,
"domain_records": 50, "domain_records": 50,