Skip to main content
PUT

Request Headers

string
必須
Enum: application/json
string
必須
Bearer authentication format, for example: Bearer {{API Key}}.

Request Body

string
必須
The sub-user account ID of the target member whose budget configuration is being updated.
string
必須
Budget type. Possible values: Unlimited, One-time, Recurring.
int64
Budget limit in units of 1/10000 USD (e.g., 10000 = 1.00).Minimumvalueis10000(1.00). Minimum value is `10000` (1.00). Required when budget_type is One-time or Recurring. Ignored when budget_type is Unlimited.
string
Budget reset cycle. Currently only Monthly is supported. Required when budget_type is Recurring.

Response

Returns HTTP 200 with an empty response body on success.
最終更新日 2026年5月15日