Skip to main content
PATCH
To set an unlimited override for an entity group, use creditLimit: null. This is distinct from having the entity group follow the organization default.

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Body

application/json
entityGroups
object[]
required

Entity groups to update. Each entry has an entity plus exactly one of creditLimit (number or null) or useDefaultLimit: true.

Required array length: 1 - 1000 elements

Response

All entries applied. Returns each entity group's effective limit, in request order.

entityGroups
object[]
required