Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions limitations_plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,11 @@ You can link Continuous Delivery and toolchain instances when you're using the A
* Use an optional header `IBM-CLOUD-API-KEY` to add Continuous Delivery and toolchains while creating a project. Generate the key value for your API key from [here](https://cloud.ibm.com/login?redirect=%2Fiam%2Fapikeys).


* Add request parameters `toolchain_ID` and `cd_instance` to link your Git project to a specific Continuous Delivery and toolchain instance.
* Add one of the required parameters `toolchain_ID` or `cd_instance` to link your Git project to a specific Continuous Delivery and toolchain instance.

* The `toolchain_id` parameter supersedes the `cd_instance` parameter. If both are provided, the toolchain ID is used. However, if only the `cd_instance` parameter is given, a default toolchain is automatically created for the specified CD instance.
* If the `cd_instance` parameter is given, a default toolchain is automatically created for the specified CD instance with a git repo tool integration to the repository.

* If the `toolchain_id` parameter is given, the git repo tool integration is created in the given toolchain. The `toolchain_id` parameter supersedes the `cd_instance` parameter. If both are provided, the toolchain ID is used.

* To successfully use these request parameters, you must use the `IBM-CLOUD-API-KEY` header.
{: note}
Expand Down