API Reference
Log In
API Reference

Update a quota

This endpoint updates the quota's data range and maximum limit.

By using this endpoint an Active API key can transition to Inactive or Deleted.

👍

Roles

Platform Administrators can access this route.

🚧

When the request body defines a period, the quota date range (from and to) is automatically defined. Do not use date range and period parameters together.

Path Params
string
required

The quota's identifier.

Body Params
date
Defaults to 2021-08-20

The quota’s period start date/time in ISO8601 (YYYY-MM-DDThh:mm:ss.sTZD) format. It should not be provided when period is provided.

date
Defaults to 2021-08-31

The quota’s period end date/time in ISO8601 (YYYY-MM-DDThh:mm:ss.sTZD) format. It should not be provided when period is provided.

string

The period considered for quota usage count. It can be null, hourly, daily, weekly, monthly, or yearly. It should not be provided when from and to are provided.

int32
Defaults to 200

Maximum number of jobs a user, team, or project can run in the date range.

Responses

Language
Credentials
Request
Choose an example:
application/json