Skip to main content
PATCH
Update limits that apply to each client individually

Authorizations

Authorization
string
header
required

Body

application/json

Client limits update request

downloaded_bytes
integer<int64>

Download limit in bytes

Example:

549755813888

uploaded_bytes
integer<int64>

Upload limit in bytes

Example:

549755813888

download_speed
integer<int64>

Download speed limit in bytes/s

Example:

52428800

upload_speed
integer<int64>

Upload speed limit in bytes/s

Example:

52428800

max_sessions
integer

Maximum concurrent sessions

Example:

5

max_reconnections
integer

Maximum reconnections in a session

Example:

20

Response

Client limits updated successfully

id
string
required

Unique identifier for the client limits

Example:

"cl_123456789"

created_at
string<date-time>
required

Creation timestamp

Example:

"2025-02-28T14:30:00.000Z"

updated_at
string<date-time>
required

Last update timestamp

Example:

"2025-02-28T14:30:00.000Z"

downloaded_bytes
integer<int64>

Download limit in bytes

Example:

549755813888

uploaded_bytes
integer<int64>

Upload limit in bytes

Example:

549755813888

download_speed
integer<int64>

Download speed limit in bytes/s

Example:

52428800

upload_speed
integer<int64>

Upload speed limit in bytes/s

Example:

52428800

max_sessions
integer

Maximum concurrent sessions

Example:

5

max_reconnections
integer

Maximum reconnections in a session

Example:

20