diff --git a/lib/noosfero/api/helpers.rb b/lib/noosfero/api/helpers.rb index 3aca85e..0ca01eb 100644 --- a/lib/noosfero/api/helpers.rb +++ b/lib/noosfero/api/helpers.rb @@ -5,7 +5,7 @@ require_relative '../../find_by_contents' module API module APIHelpers PRIVATE_TOKEN_PARAM = :private_token - DEFAULT_ALLOWED_PARAMETERS = [:parent_id, :from, :until, :content_type, :author_id, :archived] + DEFAULT_ALLOWED_PARAMETERS = [:parent_id, :from, :until, :content_type, :author_id, :archived, :identifier] include SanitizeParams include Noosfero::Plugin::HotSpot -- libgit2 0.21.2