Fix Typo in environment create definition

This commit is contained in:
Lee Matos
2017-11-15 22:44:07 +00:00
parent 2f74b1d323
commit a2c694db9d

View File

@ -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 |