summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorakkee <akashsrvstv@yahoo.in>2019-01-28 15:22:51 +0000
committerakkee <akashsrvstv@yahoo.in>2019-01-28 15:22:51 +0000
commit7d0f8d3b247d054d67384c645cbc5a23b4b1d83a (patch)
treeb45ac191c157d1f8796d838f1b20933ac66a166e /doc
parent4649b8b8dd8c2d03e7ccd71c76245d40b5d16328 (diff)
downloadgitlab-ce-7d0f8d3b247d054d67384c645cbc5a23b4b1d83a.tar.gz
Added missing parameter cluster_id in the params list for edit project cluster endpoint
Diffstat (limited to 'doc')
-rw-r--r--doc/api/project_clusters.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/project_clusters.md b/doc/api/project_clusters.md
index c51a3564211..034b9172ffa 100644
--- a/doc/api/project_clusters.md
+++ b/doc/api/project_clusters.md
@@ -245,6 +245,7 @@ Parameters:
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer | yes | The ID of the project owned by the authenticated user |
+| `cluster_id` | integer | yes | The ID of the cluster |
| `name` | String | no | The name of the cluster |
| `platform_kubernetes_attributes[api_url]` | String | no | The URL to access the Kubernetes API |
| `platform_kubernetes_attributes[token]` | String | no | The token to authenticate against Kubernetes |