Commit 550c2015a0e77e88efc785e9711b819b0e4e7dc3
1 parent
0d57b23f
Exists in
staging
and in
4 other branches
api: expose profile type
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/noosfero/api/entities.rb
@@ -111,6 +111,7 @@ module Noosfero | @@ -111,6 +111,7 @@ module Noosfero | ||
111 | end | 111 | end |
112 | expose :image, :using => Image | 112 | expose :image, :using => Image |
113 | expose :region, :using => Region | 113 | expose :region, :using => Region |
114 | + expose :type | ||
114 | end | 115 | end |
115 | 116 | ||
116 | class UserBasic < Entity | 117 | class UserBasic < Entity |