Commit 210ca040 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Adds the `hidden` field to cycle analytics stages

parent 7b27e4cb
......@@ -4,6 +4,7 @@ module Analytics
module CycleAnalytics
class StageEntity < Grape::Entity
expose :title
expose :hidden
expose :legend
expose :description
expose :id
......
......@@ -5,6 +5,9 @@
"title": {
"type": "string"
},
"hidden": {
"type": "boolean"
},
"legend": {
"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