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.ResetAllForAllPlayers

Contents

Description

Resets all draft quests for all players. This method is only available to user accounts for your developer console.

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

Synopsis

REST Resource

type QuestsResetAllForAllPlayersResource = "games" :> ("v1management" :> ("quests" :> ("resetAllForAllPlayers" :> (QueryParam "alt" AltJSON :> Post `[JSON]` ())))) Source

A resource alias for gamesManagement.quests.resetAllForAllPlayers method which the QuestsResetAllForAllPlayers request conforms to.

Creating a Request

questsResetAllForAllPlayers :: QuestsResetAllForAllPlayers Source

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