diff options
author | Simon Vocella <voxsim@gmail.com> | 2016-12-28 17:19:08 +0100 |
---|---|---|
committer | Tiago Botelho <tiagonbotelho@hotmail.com> | 2017-02-28 22:15:39 +0000 |
commit | a3dfb58e7f1b1a3df4a4c16b2d09e50831370a69 (patch) | |
tree | e97662cc1d8ec3691184316f71e942bb6476249c /lib/api/entities.rb | |
parent | 81246e5649a8fb9e73369cbd117505a546d7e807 (diff) | |
download | gitlab-ce-a3dfb58e7f1b1a3df4a4c16b2d09e50831370a69.tar.gz |
add impersonation token
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 211353ef2a9..4e8d2410496 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -706,6 +706,7 @@ module API end class PersonalAccessToken < BasicPersonalAccessToken + expose :impersonation expose :token end end |