Skip to main content
PUT
/
pipeline
/
gateway-route
/
{gateway_route_id}
Update gateway route
curl --request PUT \
  --url https://api.mezmo.com/v3/pipeline/gateway-route/{gateway_route_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "description": "<string>",
  "legacy_routing": 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

gateway_route_id
string
required

Body

application/json
title
string
required
Required string length: 1 - 512
Pattern: ^[^<>"]+$
type
enum<string>
required
Available options:
http,
splunk-hec,
kinesis-firehose,
fluent,
logstash,
mezmo-agent,
mezmo-datadog-source,
webhook,
prometheus-remote-write,
open-telemetry-metrics,
open-telemetry-logs,
open-telemetry-traces
description
string | null
Minimum string length: 1
legacy_routing
boolean

Response

200

Default Response