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

API: extend UserLogin entity from UserBasic

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