Commit 3421f1d1 authored by JB Vasseur's avatar JB Vasseur

Expose id and name attributes to Applications API

parent ee6d9e28
...@@ -1412,7 +1412,9 @@ module API ...@@ -1412,7 +1412,9 @@ module API
end end
class Application < Grape::Entity class Application < Grape::Entity
expose :id
expose :uid, as: :application_id expose :uid, as: :application_id
expose :name, as: :application_name
expose :redirect_uri, as: :callback_url expose :redirect_uri, as: :callback_url
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