diff options
author | Evan Read <eread@gitlab.com> | 2019-01-30 03:50:25 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-01-30 03:50:25 +0000 |
commit | e1aeb39a19047dc4d32711bf11b89c4b52d3b457 (patch) | |
tree | 047f23df8cfa9b064f16bf119aced1e599c54ba5 /doc/api | |
parent | 6108db034e3a10e06a70255ec25fc66e8e0c6fcd (diff) | |
parent | 7d0f8d3b247d054d67384c645cbc5a23b4b1d83a (diff) | |
download | gitlab-ce-e1aeb39a19047dc4d32711bf11b89c4b52d3b457.tar.gz |
Merge branch 'patch-28' into 'master'
Added missing parameter cluster_id in the params list for edit project cluster endpoint
See merge request gitlab-org/gitlab-ce!24731
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/project_clusters.md | 1 |
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 | |