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:
authorLee Matos <lee@gitlab.com>2017-11-16 01:44:07 +0300
committerLee Matos <lee@gitlab.com>2017-11-16 01:44:07 +0300
commita2c694db9d68ec435375682842247f58343d12f7 (patch)
treed3d4eeeec0cee441eb7cb47c3f5b32e7e68baf3e
parent2f74b1d32392427ce9cc3c0aff205c8991ba2dfc (diff)
Fix Typo in environment create definition
-rw-r--r--doc/api/environments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/environments.md b/doc/api/environments.md
index e8deb3e07e9..6e20781f51a 100644
--- a/doc/api/environments.md
+++ b/doc/api/environments.md
@@ -36,7 +36,7 @@ Creates a new environment with the given name and external_url.
It returns `201` if the environment was successfully created, `400` for wrong parameters.
```
-POST /projects/:id/environment
+POST /projects/:id/environments
```
| Attribute | Type | Required | Description |