We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent65ef2bd commitfbfa4c2Copy full SHA for fbfa4c2
lib/resources.rb
@@ -706,7 +706,7 @@ def fetch_content(key)
706
"url"=>"https://api.github.com/repos/octocat/Hello-World/releases/1",
707
"html_url"=>"https://github.com/octocat/Hello-World/releases/v1.0.0",
708
"assets_url"=>"https://api.github.com/repos/octocat/Hello-World/releases/1/assets",
709
-"upload_url"=>"https://uploads.github.com/repos/octocat/Hello-World/releases/1/assets{?name}",
+"upload_url"=>"https://uploads.github.com/repos/octocat/Hello-World/releases/1/assets{?name,label}",
710
"tarball_url"=>"https://api.github.com/repos/octocat/Hello-World/tarball/v1.0.0",
711
"zipball_url"=>"https://api.github.com/repos/octocat/Hello-World/zipball/v1.0.0",
712
"id"=>1,