diff --git a/lib/dropbox_api/metadata/search_match_type_v2.rb b/lib/dropbox_api/metadata/search_match_type_v2.rb index f797fc3b..3fed4914 100644 --- a/lib/dropbox_api/metadata/search_match_type_v2.rb +++ b/lib/dropbox_api/metadata/search_match_type_v2.rb @@ -2,10 +2,12 @@ module DropboxApi::Metadata class SearchMatchTypeV2 < DropboxApi::Metadata::Tag + # both_filename_and_content is undocumented, but it's returned by the API. VALID_VALUES = %i[ filename file_content filename_and_content + both_filename_and_content image_content ].freeze