Small rewrite to allow fetching owned game of users

This commit is contained in:
2025-07-13 13:30:25 +02:00
parent ad0e81fdc3
commit 0e89bca126
6 changed files with 48 additions and 28 deletions

View File

@@ -304,12 +304,15 @@ Name | Type | Description | Required | Notes
## owned_games_get
> Vec<String> owned_games_get()
> Vec<String> owned_games_get(user_id)
### Parameters
This endpoint does not need any parameter.
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**user_id** | Option<[**UserId**](UserId.md)> | | |
### Return type
@@ -321,7 +324,7 @@ This endpoint does not need any parameter.
### HTTP request headers
- **Content-Type**: Not defined
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)