List the available quota rules
GET
/admin/quota/rules
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”QuotaRuleInfoList
Media typeapplication/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>
Examplegenerated
[ { "limit": 1, "name": "example", "subjects": [ "example" ] }]APIForbiddenError is a forbidden error response
Media typeapplication/json
object
message
string
url
string
Examplegenerated
{ "message": "example", "url": "example"}