Upsert Pipeline
POST
/pipelines/save
Creates or updates a pipeline
Request
Headers
An API Key is required to access this endpoint.
Name
Value
x-api-key
your_api_key
Body
Body is only required when updating an existing pipeline.
Name
Type
Description
id
string
Unique ID for the pipeline.
isEnabled
boolean
Defaults to true
name
string
Name of the pipeline. Defaults to new_pipeline
Example
Response
The API returns the response in JSON format.
Each response includes a success
boolean and pipelineId
.
Example
Last updated