Commit 95f4afa8 authored by Clement Ho's avatar Clement Ho

Merge branch...

Merge branch '10038-environment-didn-t-match-api-schema-ee-spec-controllers-projects-environments_controller_spec-rb-job-failed-168066358' into 'master'

Add New Field `name_without_type` to API Schema

Closes #10038

See merge request gitlab-org/gitlab-ee!9728
parents b7333133 d599cda6
......@@ -17,6 +17,9 @@
"name": {
"type": "string"
},
"name_without_type": {
"type": "string"
},
"state": {
"type": "string"
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment