From a2c694db9d68ec435375682842247f58343d12f7 Mon Sep 17 00:00:00 2001 From: Lee Matos Date: Wed, 15 Nov 2017 22:44:07 +0000 Subject: Fix Typo in environment create definition --- doc/api/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api') 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 | -- cgit v1.2.1