Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/project_clusters.md')
-rw-r--r--doc/api/project_clusters.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/project_clusters.md b/doc/api/project_clusters.md
index 5525000e336..87a629372d5 100644
--- a/doc/api/project_clusters.md
+++ b/doc/api/project_clusters.md
@@ -88,7 +88,7 @@ Example response:
Gets a single project cluster.
-```shell
+```plaintext
GET /projects/:id/clusters/:cluster_id
```
@@ -182,7 +182,7 @@ Example response:
Adds an existing Kubernetes cluster to the project.
-```shell
+```plaintext
POST /projects/:id/clusters/user
```
@@ -279,7 +279,7 @@ Example response:
Updates an existing project cluster.
-```shell
+```plaintext
PUT /projects/:id/clusters/:cluster_id
```