{
"pipeline": {
"code": "string",
"name": "string",
"url": "string",
"buildUrl": "string",
"type": "string"
}
}
curl --location --request POST 'https://open.teambition.com/api/code/pipeline/platforms//pipelines?platformId' \
--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 '{
"pipeline": {
"code": "string",
"name": "string",
"url": "string",
"buildUrl": "string",
"type": "string"
}
}'
{
"requestId": "648cdf179c9c679a360c2bbf0e44792a",
"code": 200,
"errorMessage": "ok",
"result": {
"version": 0,
"id": "63eee6d3b018608c1cb5fba5",
"code": null,
"createdAt": "2023-02-17T02:30:43.530Z",
"lastBuild": null,
"name": null,
"organizationId": "63be6fd146154b4fa4957745",
"platformId": "63eee2d7b018608c1cb5fba4",
"type": null,
"updatedAt": "2023-02-17T03:55:23.473Z",
"url": null
}
}