Quota API specification (a1c19d58ec2e177706afb33f15b1f44f8f4346a5)

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