Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove additional optional mention of cluster_id on other pipeline creation section and fix value type. #3028

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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: 1 addition & 5 deletions pages/apis/rest_api/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ Required [request body properties](/docs/api#request-body-properties):
</tr>
<tr>
<th><code>cluster_id</code></th>
<td>The ID value of the cluster the pipeline will be associated with.<p class="Docs__api-param-eg"><em>Example:</em> <code>"Ab1Cd2Ef3Gh4Ij5Kl6Mn7Op8Qr9St0Uv10Wx11Yz12Ab1Cd2Ef3Gh4Ij5Kl6Mn=="</code></p></td>
<td>The ID value of the cluster the pipeline will be associated with.<p class="Docs__api-param-eg"><em>Example:</em> <code>"018e5a22-d14c-7085-bb28-db0f83f43a1c"</code></p></td>
</tr>
<tr>
<th><code>repository</code></th>
Expand Down Expand Up @@ -650,10 +650,6 @@ Optional [request body properties](/docs/api#request-body-properties):
<p><em>Example:</em> <code>"develop prs/*"</code><br><em>Default:</em> <code>null</code></p>
</td>
</tr>
<tr>
<th><code>cluster_id</code></th>
<td>The ID of the <a href="/docs/pipelines/clusters">cluster</a> the pipeline should run in. Set to <code>null</code> to remove the pipeline from a cluster.<p class="Docs__api-param-eg"><em>Example:</em> <code>"42f1a7da-812d-4430-93d8-1cc7c33a6bcf"</code></p>
</tr>
<tr>
<th><code>default_branch</code></th>
<td>
Expand Down
Loading