We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c0d36d + c59df20 commit ee27600Copy full SHA for ee27600
doc/gists.md
@@ -60,7 +60,7 @@ $data = array(
60
'description' => 'This is new description'
61
);
62
63
-$gist = $github->api('gists')->update($data);
+$gist = $github->api('gists')->update(1234, $data);
64
```
65
66
You can update ``content`` of a previous file's version.
0 commit comments