Skip to main content
PUT
/
pipeline
/
{pipeline_id}
/
{component_kind}
/
{component_id}
/
alert
/
{alert_id}
Update component alert
curl --request PUT \
  --url https://api.mezmo.com/v3/pipeline/{pipeline_id}/{component_kind}/{component_id}/alert/{alert_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "inputs": [
    "<string>"
  ],
  "active": true,
  "component_alert_type": "node_alert"
}
'

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
component_kind
enum<string>
required
Available options:
source,
transform
component_id
string<uuid>
required
alert_id
string<uuid>
required

Body

application/json
inputs
string[]
required
Minimum array length: 1
alert_config
object
active
boolean
component_alert_type
enum<string>
default:node_alert
Available options:
node_alert,
surge_detection_alert

Response

200

Default Response