Update a rate limit (token identifier in the body)

To update a rate limit for a project access token, provide either the
project_access_token value or the token’s public_id in the body
parameters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
Body Params
string

This field will be interpreted as the public id of the token.

string

If the request body lacks a public id, this field will be interpreted as the secret access token.

int32
Defaults to 0

Max number of calls the token is permitted within each window. Must be an integer (no punctuation) greater than -1. If set to 0,then no rate limit is applied.

int32
Defaults to 0

Window duration in seconds. Must be greater than -1. If set to 0, then no rate limit is applied.

Headers
string
required

Use an Account Access Token with 'write' scope

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json