Quota API specification (d1bb00c9107ddcaf4d309e7bcaf163f934ab8f33)

Download OpenAPI specification:Download

The quota service is used to configure and manage organization-based service quotas.

quotas

IncreaseQuota

Increase the quota for the requested organization and service

Authorizations:
API-TOKENPersonal-Access-Token
Request Body schema: application/json
required
organizationID
integer <int64>
serviceID
string

Responses

Request samples

Content type
application/json
{
  • "organizationID": 0,
  • "serviceID": "string"
}