Added owning games and not willing to travel with them.
This commit is contained in:
@@ -116,7 +116,7 @@ Name | Type | Description | Required | Notes
|
||||
|
||||
## game_post
|
||||
|
||||
> game_post(add_game_request_body)
|
||||
> models::GameId game_post(add_game_request_body)
|
||||
|
||||
|
||||
### Parameters
|
||||
@@ -128,7 +128,7 @@ Name | Type | Description | Required | Notes
|
||||
|
||||
### Return type
|
||||
|
||||
(empty response body)
|
||||
[**models::GameId**](GameId.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
@@ -419,7 +419,7 @@ This endpoint does not need any parameter.
|
||||
|
||||
## own_post
|
||||
|
||||
> own_post(game_id)
|
||||
> own_post(own_game_request_body)
|
||||
|
||||
|
||||
### Parameters
|
||||
@@ -427,7 +427,7 @@ This endpoint does not need any parameter.
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**game_id** | Option<[**GameId**](GameId.md)> | | |
|
||||
**own_game_request_body** | Option<[**OwnGameRequestBody**](OwnGameRequestBody.md)> | | |
|
||||
|
||||
### Return type
|
||||
|
||||
|
||||
12
gamenight-api-client-rs/docs/OwnGameRequestBody.md
Normal file
12
gamenight-api-client-rs/docs/OwnGameRequestBody.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# OwnGameRequestBody
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**game_id** | **String** | |
|
||||
**location_id** | Option<**String**> | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user