Skip to content

List the available quota rules

GET
/admin/quota/rules

QuotaRuleInfoList

Media type application/json
Array<object>

QuotaRuleInfo contains information about a quota rule

object
limit

The limit set by the rule

integer format: int64
name

Name of the rule (only shown to admins)

string
subjects

Subjects the rule affects

Array<string>
Example generated
[
{
"limit": 1,
"name": "example",
"subjects": [
"example"
]
}
]

APIForbiddenError is a forbidden error response

Media type application/json
object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}