Upsert Parameters
POST
/pipelines/save-parameters
Creates or updates a pipeline parameters
Request
Headers
An API Key is required to access this endpoint.
Name
Value
x-api-key
your_api_key
Body
Name
Type
Description
id
string
Unique ID for the pipeline.
parameters
Array of parameters.
Parameter
Parameter ID is required when updating an existing parameter.
Name
Type
Description
id
string
Unique ID for the parameter.
name
string
Name of the parameter.
type
enum
Supported enums:
file
string
Example
Response
The API returns the response in JSON format.
Each response includes a success
boolean and the parameters
.
Example
Last updated