Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f2b04f

Browse files
committed
Add content_type field to download example hash
1 parentb679cd0 commit2f2b04f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎lib/resources.rb‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ def json(key)
294294
"name"=>"new_file.jpg",
295295
"description"=>"Description of your download",
296296
"size"=>1024,
297-
"download_count"=>40
297+
"download_count"=>40,
298+
"content_type"=>".jpg"
298299
}
299300

300301
CREATE_DOWNLOAD=DOWNLOAD.merge({

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp