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 fbb054b commit da7a9dfCopy full SHA for da7a9df
README.md
@@ -568,7 +568,7 @@ Returns a single suborganization.
568
569
#### Create a suborganization
570
```php
571
-$suborganization = $client->subrepositories()->create('New suborganization name');
+$suborganization = $client->suborganizations()->create('New suborganization name');
572
```
573
Returns the suborganization.
574
0 commit comments