mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Fix Typo in environment create definition
This commit is contained in:
@ -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 |
|
||||
|
Reference in New Issue
Block a user