Commit e1aeb39a authored by Evan Read's avatar Evan Read

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
parents 6108db03 7d0f8d3b
......@@ -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 |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment