{
"taskId": "string",
"shortTaskId": "string"
}
curl --location --request POST 'https://open.teambition.com/api/code/pipeline/platforms//pipelines//builds//linkTask' \
--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 '{
"taskId": "string",
"shortTaskId": "string"
}'
{
"result": "string",
"code": 0,
"errorMessage": "string",
"requestId": "string"
}