Commit 3dd940d4 authored by Nihad Abbasov's avatar Nihad Abbasov

API: extend UserLogin entity from UserBasic

parent 9aafe77e
...@@ -9,8 +9,8 @@ module Gitlab ...@@ -9,8 +9,8 @@ module Gitlab
expose :id, :email, :name, :blocked, :created_at expose :id, :email, :name, :blocked, :created_at
end end
class UserLogin < Grape::Entity class UserLogin < UserBasic
expose :id, :email, :name, :private_token, :blocked, :created_at expose :private_token
end end
class Hook < Grape::Entity class Hook < Grape::Entity
...@@ -56,9 +56,7 @@ module Gitlab ...@@ -56,9 +56,7 @@ module Gitlab
end end
class Key < Grape::Entity class Key < Grape::Entity
expose :id, expose :id, :title, :key
:title,
:key
end end
end end
end end
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