From 7eca5dc555eb27ff166dcaf9ac984b19ed23963e Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Fri, 5 Apr 2019 22:38:35 +1300 Subject: Use json-schema to spec API endpoint Add public_api/v4/environment.json and other related schemas. --- doc/api/environments.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc/api/environments.md') diff --git a/doc/api/environments.md b/doc/api/environments.md index ab94384c6bd..ebcdc546d08 100644 --- a/doc/api/environments.md +++ b/doc/api/environments.md @@ -66,12 +66,6 @@ Example of response "avatar_url": "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon", "web_url": "http://localhost:3000/root" } - "environment": { - "id": 5, - "name": "staging", - "slug": "staging", - "external_url": "https://staging.gitlab.com" - }, "deployable": { "id": 710, "status": "success", -- cgit v1.2.1