Commit d599cda6 authored by Andrew Fontaine's avatar Andrew Fontaine

Add New Field `name_without_type` to API Schema

New field was added in ce, but the schema to update was hidden under the
`ee/` folder.
parent 2d59e31b
......@@ -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