review feedback

This commit is contained in:
Alex Dadgar
2017-10-16 12:40:41 -07:00
parent 87411ea6e7
commit fdce43cc1b
2 changed files with 10 additions and 3 deletions

View File

@@ -91,7 +91,8 @@ The table below shows this endpoint's support for
### Parameters
- `:quota` `(string: <required>)`- Specifies the quota specification to query.
- `:quota` `(string: <required>)`- Specifies the quota specification to query
where the identifier is the quota's name.
### Sample Request
@@ -199,7 +200,8 @@ The table below shows this endpoint's support for
### Parameters
- `:quota` `(string: <required>)`- Specifies the quota specification to delete.
- `:quota` `(string: <required>)`- Specifies the quota specification to delete
where the identifier is the quota's name.
### Sample Request
@@ -285,7 +287,8 @@ The table below shows this endpoint's support for
### Parameters
- `:quota` `(string: <required>)`- Specifies the quota specification to query.
- `:quota` `(string: <required>)`- Specifies the quota specification to query
where the identifier is the quota's name.
### Sample Request

View File

@@ -181,6 +181,10 @@ quota {
}
```
Creating or modifying quotas should typically be guarded by ACLs such that users
can not bypass enforcement by simply increasing or removing the quota
specification.
## Resource Limits
When specifying resource limits the following enforcement behaviors are defined: