Create a new quota group
Authorizations
Section titled “ Authorizations ”Request Body
Section titled “ Request Body ”Definition of the quota group
CreateQutaGroupOptions represents the options for creating a quota group
object
Name of the quota group to create
Rules to add to the newly created group. If a rule does not exist, it will be created.
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
Example generated
{ "name": "example", "rules": [ { "limit": 1, "name": "example", "subjects": [ "example" ] } ]}CreateQutaGroupOptions represents the options for creating a quota group
object
Name of the quota group to create
Rules to add to the newly created group. If a rule does not exist, it will be created.
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 ”QuotaGroup
QuotaGroup represents a quota group
object
Name of the group
Rules associated with the group
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
Example generated
{ "name": "example", "rules": [ { "limit": 1, "name": "example", "subjects": [ "example" ] } ]}APIError is error format response
APIError is an api error with a message
object
Example generated
{ "message": "example", "url": "example"}APIForbiddenError is a forbidden error response
object
Example generated
{ "message": "example", "url": "example"}APIError is error format response
APIError is an api error with a message
object
Example generated
{ "message": "example", "url": "example"}APIValidationError is error format response related to input validation
object
Example generated
{ "message": "example", "url": "example"}