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 d328b43 + 94e1385 commit e2ef6bcCopy full SHA for e2ef6bc
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