gogol-games-management-0.0.1: Google Play Game Services Management SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.GamesManagement.Quests.Reset

Contents

Description

Resets all player progress on the quest with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.

See: Google Play Game Services Management API Reference for gamesManagement.quests.reset.

Synopsis

REST Resource

type QuestsResetResource = "games" :> ("v1management" :> ("quests" :> (Capture "questId" Text :> ("reset" :> (QueryParam "alt" AltJSON :> Post `[JSON]` ()))))) Source

A resource alias for gamesManagement.quests.reset method which the QuestsReset request conforms to.

Creating a Request

questsReset Source

Arguments

:: Text

qrQuestId

-> QuestsReset 

Creates a value of QuestsReset with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data QuestsReset Source

Resets all player progress on the quest with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.

See: questsReset smart constructor.

Request Lenses

qrQuestId :: Lens' QuestsReset Text Source

The ID of the quest.