Update Parameter
PUT
/pipelines/update-parameter
Update a pipeline parameter
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.
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 updated parameter
.
Example
Last updated