summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
diff options
context:
space:
mode:
authorMichael Leopard <mleopard@gitlab.com>2019-05-06 16:30:28 -0400
committerMichael Leopard <mleopard@gitlab.com>2019-05-06 16:30:28 -0400
commit24ecb8f9a915456fdf47bce23f9508775a06390f (patch)
tree5ac91c1c567e340eee719971cd86580ebc2b17d3 /lib/api/entities.rb
parent863f2bcfb6ef7c6d3ce5726fa1a602e12f05ef57 (diff)
downloadgitlab-ce-configure_dashboard_through_api.tar.gz
Exposing dashboard setting through the APIconfigure_dashboard_through_api
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r--lib/api/entities.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 90ed24a2ded..51383411d43 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -80,6 +80,7 @@ module API
expose :two_factor_enabled?, as: :two_factor_enabled
expose :external
expose :private_profile
+ expose :dashboard
end
class UserWithAdmin < UserPublic