Set or clear the team-wide default spending cap
Team admin only. The default applies to every member without an explicit override (including the owner). null clears the default. Must not exceed the team’s issued credits (returns 400). Applies retroactively to new tasks; never interrupts in-flight tasks.
Authorizations
JWT authentication token
Body
Team-wide default cap in USD applied to members without an explicit override (including the owner). null clears the default. 0 blocks all such members.
x >= 0When true, clear every team member's individual spending-cap override so they all inherit this team default. A one-time bulk action applied at save time. If default_spending_cap_usd is null, all overrides are cleared too (everyone becomes pool-only / unlimited). Default false leaves existing overrides intact.
Response
Default updated
Current team-wide default cap in USD, or null if unset.

