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.
1 parent d328b43 commit 94e1385Copy full SHA for 94e1385
doc/repo/assets.md
@@ -16,7 +16,7 @@ $asset = $client->api('repo')->releases()->assets()->show('twbs', 'bootstrap', $
16
### Create an asset
17
18
```php
19
-$asset = $client->api('repo')->releases()->assets()->show('twbs', 'bootstrap', $releaseId, $name, $contentType, $content);
+$asset = $client->api('repo')->releases()->assets()->create('twbs', 'bootstrap', $releaseId, $name, $contentType, $content);
20
```
21
22
### Edit an asset
0 commit comments