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
This commit is contained in:
Evan Read 2019-01-30 03:50:25 +00:00
commit e1aeb39a19
1 changed files with 1 additions and 0 deletions

View File

@ -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 |