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 |
|
Body
Body is only required when updating an existing pipeline.
Name | Type | Description |
---|---|---|
| string | Unique ID for the pipeline. |
| boolean | Defaults to |
| string | Name of the pipeline. Defaults to |
Example
Response
The API returns the response in JSON format.
Each response includes a success
boolean and pipelineId
.
Example
Last updated