billing_limits_update
PUT
/v1/billing/limits
const url = 'https://example.com/v1/billing/limits';const options = {method: 'PUT', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request PUT \ --url https://example.com/v1/billing/limits \ --header 'Authorization: Bearer <token>'PUT /v1/billing/limits — the workspace hard monthly spend cap.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”No response body