---
title: "Sets the spend limit for an organization."
method: PUT
path: "/billing/organization/{organizationId}/credit-line"
tags: ["BillingAccount"]
---

# Sets the spend limit for an organization.

`PUT /billing/organization/{organizationId}/credit-line`

## Path parameters

- `organizationId` string, required

## Request body

- SetOrganizationCreditLineEndpointInput
  - `creditLine` number, 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 `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/d779de93a5ee/schema)
