diff options
author | Krasimir Angelov <kangelov@gitlab.com> | 2019-04-05 22:38:35 +1300 |
---|---|---|
committer | Krasimir Angelov <kangelov@gitlab.com> | 2019-04-08 09:01:48 +1200 |
commit | 7eca5dc555eb27ff166dcaf9ac984b19ed23963e (patch) | |
tree | b86431f12fe3b99fab16b91f9a1d0f92da521579 /doc/api | |
parent | 4c9ab64da79fbbcfe58253a02134e0d39329cea7 (diff) | |
download | gitlab-ce-30157-api-expose-single-environment.tar.gz |
Use json-schema to spec API endpoint30157-api-expose-single-environment
Add public_api/v4/environment.json and other related schemas.
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/environments.md | 6 |
1 files changed, 0 insertions, 6 deletions
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", |