diff --git a/website/source/api/quotas.html.md b/website/source/api/quotas.html.md
index 057ecb6e6..bd8af2061 100644
--- a/website/source/api/quotas.html.md
+++ b/website/source/api/quotas.html.md
@@ -91,7 +91,8 @@ The table below shows this endpoint's support for
### Parameters
-- `:quota` `(string: )`- Specifies the quota specification to query.
+- `:quota` `(string: )`- 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: )`- Specifies the quota specification to delete.
+- `:quota` `(string: )`- 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: )`- Specifies the quota specification to query.
+- `:quota` `(string: )`- Specifies the quota specification to query
+ where the identifier is the quota's name.
### Sample Request
diff --git a/website/source/guides/quotas.html.md b/website/source/guides/quotas.html.md
index 26412c19e..aede8252f 100644
--- a/website/source/guides/quotas.html.md
+++ b/website/source/guides/quotas.html.md
@@ -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: