LangBot Docs
Pipelines

Update a pipeline

PUT
/api/v1/pipelines/{pipeline_uuid}

Authorization

X-API-Key<token>

In: header

Path Parameters

pipeline_uuid*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/api/v1/pipelines/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "code": 0}