Skip to main content
PATCH
Update a limit

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

limitId
string<uuid>
required

The ID of the limit to update

Body

application/json
category
enum<string>
required

Category of the limit

Available options:
INGESTION_LIMITS
Example:

"INGESTION_LIMITS"

value
integer<int64>
required

Value of the limit

Required range: x >= 0
unit
enum<string>
required

Unit of measurement for the limit

Available options:
BYTES
target
enum<string>
required

Target entity for the limit

Available options:
TEAM,
ORGANISATION
Example:

"TEAM"

scope
object
required

Scope of the limit

time_window
enum<string>
required

Time window for the limit

Available options:
PER_MONTH
description
string

Description of the limit

Response

Limit is successfully updated

category
enum<string>
required

Category of the limit

Available options:
INGESTION_LIMITS,
SEARCH_LIMITS,
MONITOR_LIMITS,
LBM_LIMITS
value
integer<int64>
required

Value of the limit

Required range: x >= 0
unit
enum<string>
required

Unit of measurement for the limit

Available options:
BYTES,
COUNT,
RATIO
target
enum<string>
required

Target entity for the limit

Available options:
TEAM,
ORGANISATION
Example:

"TEAM"

scope
object
required

Scope of the limit

type
enum<string>
required

Type of the limit indicating whether it is system-defined or user-defined

Available options:
SYSTEM,
USER_DEFINED
time_window
enum<string>
required

Time window for the limit

Available options:
PER_MONTH,
NO_WINDOW
id
string

Unique identifier for the limit

org_id
string

Identifier for the organization

metadata
object

Common metadata attached to all persisted resources.

description
string

Description of the limit