Commit dae563db3d19ceeb25889050c561b966bc80eded

Authored by Caio Almeida
1 parent 53d99f9e

API: expose tag_list parameter for articles

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/noosfero/api/entities.rb
... ... @@ -72,6 +72,7 @@ module Noosfero
72 72 expose :hits
73 73 expose :start_date
74 74 expose :end_date
  75 + expose :tag_list
75 76 end
76 77  
77 78 class Article < ArticleBase
... ...