Create a new quota rule
Authorizations
Section titled “Authorizations”Request Body
Section titled “Request Body”Definition of the quota rule
CreateQuotaRuleOptions represents the options for creating a quota rule
object
The limit set by the rule
Name of the rule to create
The subjects affected by the rule
Examplegenerated
{ "limit": 1, "name": "example", "subjects": [ "example" ]}CreateQuotaRuleOptions represents the options for creating a quota rule
object
The limit set by the rule
Name of the rule to create
The subjects affected by the rule
Responses
Section titled “Responses”QuotaRuleInfo
QuotaRuleInfo contains information about a quota rule
object
The limit set by the rule
Name of the rule (only shown to admins)
Subjects the rule affects
Examplegenerated
{ "limit": 1, "name": "example", "subjects": [ "example" ]}APIError is error format response
APIError is an api error with a message
object
Examplegenerated
{ "message": "example", "url": "example"}APIForbiddenError is a forbidden error response
object
Examplegenerated
{ "message": "example", "url": "example"}APIError is error format response
APIError is an api error with a message
object
Examplegenerated
{ "message": "example", "url": "example"}APIValidationError is error format response related to input validation
object
Examplegenerated
{ "message": "example", "url": "example"}