---
title: "Update gateway route property"
method: PATCH
path: "/pipeline/gateway-route/{gateway_route_id}"
tags: ["Shared Sources"]
---

# Update gateway route property

`PATCH /pipeline/gateway-route/{gateway_route_id}`

Patches a gateway route

## Path parameters

- `gateway_route_id` string, required

## Request body

- object
  - `title` string, required
  - `description` string, nullable
  - `origin` 'ui' | 'system' — The route origin
  - `legacy_routing` boolean

## Response `200`

Default Response

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/versions/fb2535545d90/schema)
