v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
BillingAccount

Sets the spend limit for an organization.

put/billing/organization/{organizationId}/credit-line

Path parameters

organizationIdstring required

The id of the organization whose credit line to set.

Request body

creditLinenumber double nullable required

The new credit line. null means no limit (unlimited), 0 disables all traffic, and a positive value caps spend at that amount.

Response

No Content