diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-01-07 14:10:49 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-01-07 14:10:49 +0100 |
commit | b60445906849e84ff52ac6a5d7d501bb5a21eb60 (patch) | |
tree | 4f07771dc0f82a2059a983599d37c931aace7249 /lib | |
parent | b60c146267dfa8dc1c170426e1817c6b2a168d1a (diff) | |
download | gitlab-ce-b60445906849e84ff52ac6a5d7d501bb5a21eb60.tar.gz |
Update ./doc/api
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/entities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index f71d072f269..db3164d9d9c 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -367,7 +367,7 @@ module API end class Variable < Grape::Entity - expose :id, :key, :value + expose :key, :value end end end |