Skip to main content
PUT
Set global user credits limit

Authorizations

Authorization
string
header
required

Factory API key or JWT token for authentication

Body

application/json
limit
integer | null
required

Global per-user credits limit (minimum 1,000,000). Pass null to remove the global limit.

Required range: x >= 1000000

Response

Response for status 200

limit
integer | null
required

The limit that was set, or null if it was removed

Required range: x >= 0