Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

policyUsageLimitsId
string<uuid>
required

Body

application/json
name
string
Maximum string length: 255
description
string | null
Maximum string length: 500
conditions
object[]
Minimum array length: 1
credit_limit
number
Required range: x >= 0
alert_threshold
number | null
Required range: x >= 0
periodic_reset
enum<string> | null
Available options:
monthly,
weekly
periodic_reset_days
integer | null
Required range: 1 <= x <= 365
next_usage_reset_at
string<date-time> | null
reset_usage_for_value
string

Response

The response is of type object.

Last modified on September 18, 2026