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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user