Quota API specification (97d8edae00365198f20656419110c8d711dc0cc9)

Download OpenAPI specification:

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

quota

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"
}

quotas

GetOrganizationsQuotas

List all quota pools for the queried organization id

Authorizations:
API-TOKENPersonal-Access-Token
query Parameters
organization
required
integer

Responses

Response samples

Content type
application/json
[
  • {
    }
]