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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-20 14:10:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-20 14:10:13 +0300
commit0ea3fcec397b69815975647f5e2aa5fe944a8486 (patch)
tree7979381b89d26011bcf9bdc989a40fcc2f1ed4ff /doc/api/protected_environments.md
parent72123183a20411a36d607d70b12d57c484394c8e (diff)
Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42
Diffstat (limited to 'doc/api/protected_environments.md')
-rw-r--r--doc/api/protected_environments.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/protected_environments.md b/doc/api/protected_environments.md
index fa099afd680..46cb461b64b 100644
--- a/doc/api/protected_environments.md
+++ b/doc/api/protected_environments.md
@@ -34,7 +34,7 @@ The following types are recognized:
Gets a list of protected environments from a project:
-```shell
+```plaintext
GET /projects/:id/protected_environments
```
@@ -70,7 +70,7 @@ Example response:
Gets a single protected environment:
-```shell
+```plaintext
GET /projects/:id/protected_environments/:name
```
@@ -105,7 +105,7 @@ Example response:
Protects a single environment:
-```shell
+```plaintext
POST /projects/:id/protected_environments
```
@@ -170,7 +170,7 @@ Example response:
Unprotects the given protected environment:
-```shell
+```plaintext
DELETE /projects/:id/protected_environments/:name
```