Quota API specification (fdbb37edac0ab6530ee9218f3da8ec6539f4932f)

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
[
  • {
    }
]