summaryrefslogtreecommitdiff
path: root/lib/api/helpers/custom_attributes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/helpers/custom_attributes.rb')
-rw-r--r--lib/api/helpers/custom_attributes.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/api/helpers/custom_attributes.rb b/lib/api/helpers/custom_attributes.rb
index 70e4eda95f8..10d652e33f5 100644
--- a/lib/api/helpers/custom_attributes.rb
+++ b/lib/api/helpers/custom_attributes.rb
@@ -7,6 +7,9 @@ module API
helpers do
params :with_custom_attributes do
optional :with_custom_attributes, type: Boolean, default: false, desc: 'Include custom attributes in the response'
+
+ optional :custom_attributes, type: Hash,
+ desc: 'Filter with custom attributes'
end
def with_custom_attributes(collection_or_resource, options = {})