File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def initialize(req_obj)
1818 # Options types:
1919 # - `extensions` should be array of hash
2020 # eg: option['extension'] = [
21- # { 'name' => 'remove-bg', 'options' => { 'add_shadow' => true } },
21+ # { 'name' => 'remove-bg', 'options' => { 'add_shadow' => ' true' } },
2222 # { 'name' => 'google-auto-tagging', 'minConfidence' => 80 }
2323 # ]
2424 # - `custom_metadata` should be hash
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module File
55
66 VALID_FILE_DETAIL_OPTIONS = [ "fileID" ]
77
8- VALID_UPLOAD_OPTIONS = %w[ file file_name use_unique_file_name tags folder is_private_file custom_coordinates response_fields extensions webhook_url overwrite_file overwriteAI_tags overwrite_custom_metadata custom_metadata mime ]
8+ VALID_UPLOAD_OPTIONS = %w[ file file_name use_unique_file_name tags folder is_private_file custom_coordinates response_fields extensions webhook_url overwrite_file overwrite_AI_tags overwrite_custom_metadata custom_metadata mime overwrite_tags ]
99 end
1010 end
1111end
You can’t perform that action at this time.
0 commit comments