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 @@ ...@@ -17,6 +17,9 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"name_without_type": {
"type": "string"
},
"state": { "state": {
"type": "string" "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