summaryrefslogtreecommitdiff
path: root/app/serializers/group_variable_entity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/group_variable_entity.rb')
-rw-r--r--app/serializers/group_variable_entity.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/group_variable_entity.rb b/app/serializers/group_variable_entity.rb
index 0edab4a3092..19c5fa26f34 100644
--- a/app/serializers/group_variable_entity.rb
+++ b/app/serializers/group_variable_entity.rb
@@ -6,4 +6,5 @@ class GroupVariableEntity < Grape::Entity
expose :value
expose :protected?, as: :protected
+ expose :masked?, as: :masked
end