{
"buildParams": [
{
"name": "string",
"type": "PipelineParamType.String",
"description": "string",
"defaultValue": {
"value": "string"
},
"choices": [
{
"code": "string",
"name": "string"
}
]
}
]
}
curl --location --request POST 'https://open.teambition.com/api/code/pipeline/platforms//pipelines//buildParams' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Type;' \
--header 'X-Tenant-Type;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"buildParams": [
{
"name": "string",
"type": "PipelineParamType.String",
"description": "string",
"defaultValue": {
"value": "string"
},
"choices": [
{
"code": "string",
"name": "string"
}
]
}
]
}'
{
"code": 200,
"result": "success",
"message": "ok",
"success": true,
"raw": false
}