メインコンテンツへスキップ
PUT
Set global user credits limit

承認

Authorization
string
header
必須

Factory API key or JWT token for authentication

ボディ

application/json
limit
integer | null
必須

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

必須範囲: x >= 1000000

レスポンス

Response for status 200

limit
integer | null
必須

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

必須範囲: x >= 0