Commit 643884a966d5816b482fa9cc178de28696c3f738
1 parent
ba70edb6
Exists in
theme-brasil-digital-from-staging
and in
4 other branches
Fix merge
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/noosfero/api/entities.rb
@@ -163,6 +163,7 @@ module Noosfero | @@ -163,6 +163,7 @@ module Noosfero | ||
163 | expose :followers_count | 163 | expose :followers_count |
164 | expose :votes_count | 164 | expose :votes_count |
165 | expose :comments_count | 165 | expose :comments_count |
166 | + expose :archived, :documentation => {:type => "Boolean", :desc => "Defines if a article is readonly"} | ||
166 | end | 167 | end |
167 | 168 | ||
168 | class Article < ArticleBase | 169 | class Article < ArticleBase |