The game settings contain information on variables such as points
...
...
@@ -309,6 +310,7 @@ paths:
'/forgotpassword':
post:
security:[]
summary:Create a reset password request.
description:Called when a user forgot the account's username or password. The user will receive an email with the account's username and a link to change the password without knowing the old password.
requestBody:
...
...
@@ -371,7 +373,6 @@ paths:
'/session':
patch:
security:[]
summary:Update firebase device token on the server.
description:Using this endpoint, the firebase device token can be updated. This token is stored in the session record on the server in order to send push notifications to registered devices. Each successful call will overwrite the token set either during login or calling this endpoint.