Skip to main content
PUT
/
pipeline
/
{pipeline_id}
Update pipeline
curl --request PUT \
  --url https://api.mezmo.com/v3/pipeline/{pipeline_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "deploy_type": "saas",
  "deployment_groups": [
    "<string>"
  ]
}
'

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
title
string
required
Maximum string length: 512
Pattern: ^[^<>"]+$
deploy_type
enum<string>
default:saas
Available options:
saas,
local
deployment_groups
string[]
Maximum array length: 10
Pattern: ^[a-zA-Z0-9-_]{1,256}$

Response

200

Default Response