Skip to main content
PATCH
/
pipeline
/
{pipeline_id}
/
usage-threshold-alert
/
{usage_threshold_alert_id}
Partially update an existing threshold alert
curl --request PATCH \
  --url https://api.mezmo.com/v3/pipeline/{pipeline_id}/usage-threshold-alert/{usage_threshold_alert_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Path Parameters

pipeline_id
string<uuid>
required
usage_threshold_alert_id
string<uuid>
required

Body

application/json
enabled
boolean
required

Response

200

Default Response