Commit a248bb76 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-28' into 'master'

Fix Typo in environment create definition

See merge request gitlab-org/gitlab-ce!15413
parents 2f74b1d3 a2c694db
......@@ -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 |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment