Rewrite to a API trait.
This commit is contained in:
@@ -476,7 +476,7 @@ Name | Type | Description | Required | Notes
|
||||
|
||||
## owned_games_get
|
||||
|
||||
> Vec<String> owned_games_get(user_id)
|
||||
> Vec<models::OwnedGame> owned_games_get(user_id)
|
||||
|
||||
|
||||
### Parameters
|
||||
@@ -488,7 +488,7 @@ Name | Type | Description | Required | Notes
|
||||
|
||||
### Return type
|
||||
|
||||
**Vec<String>**
|
||||
[**Vec<models::OwnedGame>**](OwnedGame.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
|
||||
Reference in New Issue
Block a user