Skip to main content
PUT
/
pipeline
/
{pipeline_id}
/
usage-threshold-alert
/
{usage_threshold_alert_id}
Update threshold alert
curl --request PUT \
  --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 '
{
  "traffic_type": "<unknown>",
  "alert_channels": "<unknown>",
  "max_daily_notifications": "<unknown>",
  "no_data": true,
  "percent_decrease": "<unknown>",
  "percent_increase": "<unknown>",
  "threshold_bytes": "<unknown>",
  "title": "<unknown>"
}
'

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

Body

application/json
traffic_type
any
required
alert_channels
any
required
data_window
Data period options · object
max_daily_notifications
any
no_data
boolean
percent_decrease
any
percent_increase
any
threshold_bytes
any
title
any

Response

200

Default Response