Quota API specification (6baa44665db30eab451c7ca8c5184a7b19acb926)

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