Closed eonu closed 5 years ago
/respondoffer is a POST route expecting the following parameters:
/respondoffer
game_id
user_id
response
Description
/respondoffer
is a POST route expecting the following parameters:game_id
(String): ID of the game.user_id
(String): ID of the user accepting/declining the offer.response
(Boolean): Whether the offer was accepted or declined.