From 7282d8be014af788974a1e5a39a7c63713479866 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 7 Jan 2016 13:31:41 -0300 Subject: [PATCH] api: search profile by identifier --- lib/noosfero/api/helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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