Skip to content

Commit a875680

Browse files
committed
Fix name of ForgeUpdates class in docs
1 parent df2cc59 commit a875680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Api/MiscApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All URIs are relative to https://api.modrinth.com/v2, except if the operation de
1212
## `forgeUpdates()`
1313

1414
```php
15-
forgeUpdates($id_slug): \Aternos\ModrinthApi\Model\ForgeUpdates200Response
15+
forgeUpdates($id_slug): \Aternos\ModrinthApi\Model\ForgeUpdates
1616
```
1717
### URI(s):
1818
- https://api.modrinth.com Production server- https://staging-api.modrinth.com Staging server
@@ -58,7 +58,7 @@ try {
5858

5959
### Return type
6060

61-
[**\Aternos\ModrinthApi\Model\ForgeUpdates200Response**](../Model/ForgeUpdates200Response.md)
61+
[**\Aternos\ModrinthApi\Model\ForgeUpdates**](../Model/ForgeUpdates.md)
6262

6363
### Authorization
6464

0 commit comments

Comments
 (0)