v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Spend alerts

Update project spend alert

Updates a project spend alert.

post/organization/projects/{project_id}/spend_alerts/{alert_id}

Path parameters

project_idstring required

The ID of the project to update.

alert_idstring required

The ID of the spend alert to update.

Request body

threshold_amountinteger required

The alert threshold amount, in cents.

currency'USD' required

The currency for the threshold amount.

interval'month' required

The time interval for evaluating spend against the threshold.

Response

Project spend alert updated successfully.

idstring required

The identifier, which can be referenced in API endpoints.

object'project.spend_alert' required

The object type, which is always project.spend_alert.

threshold_amountinteger required

The alert threshold amount, in cents.

currency'USD' required

The currency for the threshold amount.

interval'month' required

The time interval for evaluating spend against the threshold.