Skip to main content
PATCH
Update a credit limit policy
The organization bot token must have the following scopes:
  • credit-limit-policy:write

Authorizations

Authorization
string
header
required

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

Headers

Notion-Version
enum<string>
required

The Admin API version to use for this request.

Available options:
2026-06-01

Path Parameters

policy_id
string<uuid>
required

The current policy version ID. A successful update returns a new policy ID.

space_id
string<uuid>
required

Body

application/json
amount
integer
required

Replacement monthly premium AI credit limit.

Required range: 0 <= x <= 10000000
expires_at
integer

Response

policy
object
required