diff --git a/website/content/api-docs/system/lease-count-quotas.mdx b/website/content/api-docs/system/lease-count-quotas.mdx index 5922cb0f40..82b8e74916 100644 --- a/website/content/api-docs/system/lease-count-quotas.mdx +++ b/website/content/api-docs/system/lease-count-quotas.mdx @@ -49,6 +49,11 @@ millions of leases in an automated way, it is recommended to space out the creat concept of roles (such as `/auth/approle/`), this will make the quota restrict login requests to that mount that are made with the specified role. The request will fail if the auth mount does not have a concept of roles, or `path` is not an auth mount. +- `inheritable` `(bool: false)` - If set to `true` on a quota where `path` is set to a namespace, + all child namespaces of the specified path namespace will inherit the quota. The `inheritable` parameter cannot be set to + `true` if the `path` does not specify a namespace. Only the quotas associated + with the root namespace are inheritable by default. + ### Sample payload diff --git a/website/content/api-docs/system/rate-limit-quotas.mdx b/website/content/api-docs/system/rate-limit-quotas.mdx index 715e4a9946..b6231e868d 100644 --- a/website/content/api-docs/system/rate-limit-quotas.mdx +++ b/website/content/api-docs/system/rate-limit-quotas.mdx @@ -44,6 +44,10 @@ the mount to restrict more specific API paths. concept of roles (such as `/auth/approle/`), this will make the quota restrict login requests to that mount that are made with the specified role. The request will fail if the auth mount does not have a concept of roles, or `path` is not an auth mount. +- `inheritable` `(bool: false)` - If set to `true` on a quota where `path` is set to a namespace, + all child namespaces of the specified path namespace will inherit the quota. The `inheritable` + parameter cannot be set to `true` if the `path` does not specify a namespace. Only quotas + associated with the root namespace quotas are inheritable by default. ### Sample payload