This pull request updates the GetRequest struct for exporting games by user to use user_id instead of game_id in the API path. This correction aligns the endpoint with the intended API design for retrieving games associated by user.
Changes Made
Modified the GetRequest::new in src/model/games/export/by_user.rs to use user_id instead of game_id.
Description
This pull request updates the
GetRequest
struct for exporting games by user to useuser_id
instead ofgame_id
in the API path. This correction aligns the endpoint with the intended API design for retrieving games associated by user.Changes Made
GetRequest::new
insrc/model/games/export/by_user.rs
to useuser_id
instead ofgame_id
.