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/group_protected_environments.md')
-rw-r--r--doc/api/group_protected_environments.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/group_protected_environments.md b/doc/api/group_protected_environments.md
index f8f9b853354..8ebd0dcd99a 100644
--- a/doc/api/group_protected_environments.md
+++ b/doc/api/group_protected_environments.md
@@ -28,7 +28,7 @@ Currently, these levels are recognized:
Gets a list of protected environments from a group.
-```shell
+```plaintext
GET /groups/:id/protected_environments
```
@@ -63,7 +63,7 @@ Example response:
Gets a single protected environment.
-```shell
+```plaintext
GET /groups/:id/protected_environments/:name
```
@@ -97,7 +97,7 @@ Example response:
Protects a single environment.
-```shell
+```plaintext
POST /groups/:id/protected_environments
```
@@ -137,7 +137,7 @@ Example response:
Unprotects the given protected environment.
-```shell
+```plaintext
DELETE /groups/:id/protected_environments/:name
```