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 |
|
Body
Name | Type | Description |
---|---|---|
| string | Unique ID for the pipeline. |
| Array of parameters. |
Parameter
Parameter ID is required when updating an existing parameter.
Name | Type | Description |
---|---|---|
| string | Unique ID for the parameter. |
| string | Name of the parameter. |
| enum | Supported enums:
|
Example
Response
The API returns the response in JSON format.
Each response includes a success
boolean and the parameters
.
Example
Last updated