| { |
| "ownerName": "Google", |
| "schemas": { |
| "HiddenPlayer": { |
| "id": "HiddenPlayer", |
| "description": "The HiddenPlayer resource.", |
| "properties": { |
| "kind": { |
| "readOnly": true, |
| "description": "Output only. Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#hiddenPlayer`.", |
| "type": "string" |
| }, |
| "hiddenTimeMillis": { |
| "description": "Output only. The time this player was hidden.", |
| "type": "string", |
| "format": "int64", |
| "readOnly": true |
| }, |
| "player": { |
| "readOnly": true, |
| "$ref": "Player", |
| "description": "Output only. The player information." |
| } |
| }, |
| "type": "object" |
| }, |
| "ProfileSettings": { |
| "type": "object", |
| "description": "Profile settings", |
| "properties": { |
| "profileVisible": { |
| "type": "boolean" |
| }, |
| "kind": { |
| "type": "string", |
| "description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#profileSettings`." |
| } |
| }, |
| "id": "ProfileSettings" |
| }, |
| "EventsResetMultipleForAllRequest": { |
| "id": "EventsResetMultipleForAllRequest", |
| "type": "object", |
| "properties": { |
| "kind": { |
| "description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#eventsResetMultipleForAllRequest`.", |
| "type": "string" |
| }, |
| "event_ids": { |
| "description": "The IDs of events to reset.", |
| "type": "array", |
| "items": { |
| "type": "string" |
| } |
| } |
| }, |
| "description": "Multiple events reset all request." |
| }, |
| "HiddenPlayerList": { |
| "id": "HiddenPlayerList", |
| "properties": { |
| "items": { |
| "items": { |
| "$ref": "HiddenPlayer" |
| }, |
| "description": "The players.", |
| "type": "array" |
| }, |
| "kind": { |
| "type": "string", |
| "description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#hiddenPlayerList`." |
| }, |
| "nextPageToken": { |
| "description": "The pagination token for the next page of results.", |
| "type": "string" |
| } |
| }, |
| "type": "object", |
| "description": "A list of hidden players." |
| }, |
| "PlayerScoreResetAllResponse": { |
| "properties": { |
| "results": { |
| "type": "array", |
| "items": { |
| "$ref": "PlayerScoreResetResponse" |
| }, |
| "description": "The leaderboard reset results." |
| }, |
| "kind": { |
| "description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#playerScoreResetAllResponse`.", |
| "type": "string" |
| } |
| }, |
| "type": "object", |
| "id": "PlayerScoreResetAllResponse", |
| "description": "A list of leaderboard reset resources." |
| }, |
| "ScoresResetMultipleForAllRequest": { |
| "properties": { |
| "kind": { |
| "type": "string", |
| "description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#scoresResetMultipleForAllRequest`." |
| }, |
| "leaderboard_ids": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array", |
| "description": "The IDs of leaderboards to reset." |
| } |
| }, |
| "type": "object", |
| "id": "ScoresResetMultipleForAllRequest" |
| }, |
| "AchievementResetMultipleForAllRequest": { |
| "type": "object", |
| "id": "AchievementResetMultipleForAllRequest", |
| "properties": { |
| "achievement_ids": { |
| "description": "The IDs of achievements to reset.", |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "kind": { |
| "description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#achievementResetMultipleForAllRequest`.", |
| "type": "string" |
| } |
| } |
| }, |
| "AchievementResetResponse": { |
| "properties": { |
| "definitionId": { |
| "type": "string", |
| "description": "The ID of an achievement for which player state has been updated." |
| }, |
| "updateOccurred": { |
| "description": "Flag to indicate if the requested update actually occurred.", |
| "type": "boolean" |
| }, |
| "kind": { |
| "description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#achievementResetResponse`.", |
| "type": "string" |
| }, |
| "currentState": { |
| "description": "The current state of the achievement. This is the same as the initial state of the achievement. Possible values are: - \"`HIDDEN`\"- Achievement is hidden. - \"`REVEALED`\" - Achievement is revealed. - \"`UNLOCKED`\" - Achievement is unlocked. ", |
| "type": "string" |
| } |
| }, |
| "description": "An achievement reset response.", |
| "id": "AchievementResetResponse", |
| "type": "object" |
| }, |
| "GamesPlayerExperienceInfoResource": { |
| "properties": { |
| "currentExperiencePoints": { |
| "description": "The current number of experience points for the player.", |
| "type": "string", |
| "format": "int64" |
| }, |
| "nextLevel": { |
| "$ref": "GamesPlayerLevelResource", |
| "description": "The next level of the player. If the current level is the maximum level, this should be same as the current level." |
| }, |
| "lastLevelUpTimestampMillis": { |
| "type": "string", |
| "format": "int64", |
| "description": "The timestamp when the player was leveled up, in millis since Unix epoch UTC." |
| }, |
| "currentLevel": { |
| "$ref": "GamesPlayerLevelResource", |
| "description": "The current level of the player." |
| } |
| }, |
| "type": "object", |
| "description": "1P/3P metadata about the player's experience.", |
| "id": "GamesPlayerExperienceInfoResource" |
| }, |
| "AchievementResetAllResponse": { |
| "type": "object", |
| "properties": { |
| "results": { |
| "type": "array", |
| "description": "The achievement reset results.", |
| "items": { |
| "$ref": "AchievementResetResponse" |
| } |
| }, |
| "kind": { |
| "description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#achievementResetAllResponse`.", |
| "type": "string" |
| } |
| }, |
| "id": "AchievementResetAllResponse", |
| "description": "Achievement reset all response." |
| }, |
| "GamesPlayerLevelResource": { |
| "properties": { |
| "level": { |
| "description": "The level for the user.", |
| "format": "int32", |
| "type": "integer" |
| }, |
| "minExperiencePoints": { |
| "format": "int64", |
| "type": "string", |
| "description": "The minimum experience points for this level." |
| }, |
| "maxExperiencePoints": { |
| "description": "The maximum experience points for this level.", |
| "format": "int64", |
| "type": "string" |
| } |
| }, |
| "description": "1P/3P metadata about a user's level.", |
| "id": "GamesPlayerLevelResource", |
| "type": "object" |
| }, |
| "PlayerScoreResetResponse": { |
| "properties": { |
| "resetScoreTimeSpans": { |
| "description": "The time spans of the updated score. Possible values are: - \"`ALL_TIME`\" - The score is an all-time score. - \"`WEEKLY`\" - The score is a weekly score. - \"`DAILY`\" - The score is a daily score. ", |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "kind": { |
| "description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#playerScoreResetResponse`.", |
| "type": "string" |
| }, |
| "definitionId": { |
| "type": "string", |
| "description": "The ID of an leaderboard for which player state has been updated." |
| } |
| }, |
| "type": "object", |
| "id": "PlayerScoreResetResponse", |
| "description": "A list of reset leaderboard entry resources." |
| }, |
| "Player": { |
| "description": "A Player resource.", |
| "type": "object", |
| "properties": { |
| "experienceInfo": { |
| "$ref": "GamesPlayerExperienceInfoResource", |
| "description": "An object to represent Play Game experience information for the player." |
| }, |
| "title": { |
| "type": "string", |
| "description": "The player's title rewarded for their game activities." |
| }, |
| "name": { |
| "type": "object", |
| "description": "An object representation of the individual components of the player's name. For some players, these fields may not be present.", |
| "properties": { |
| "givenName": { |
| "type": "string", |
| "description": "The given name of this player. In some places, this is known as the first name." |
| }, |
| "familyName": { |
| "type": "string", |
| "description": "The family name of this player. In some places, this is known as the last name." |
| } |
| } |
| }, |
| "avatarImageUrl": { |
| "description": "The base URL for the image that represents the player.", |
| "type": "string" |
| }, |
| "bannerUrlLandscape": { |
| "description": "The url to the landscape mode player banner image.", |
| "type": "string" |
| }, |
| "playerId": { |
| "type": "string", |
| "description": "The ID of the player." |
| }, |
| "kind": { |
| "type": "string", |
| "description": "Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#player`." |
| }, |
| "originalPlayerId": { |
| "type": "string", |
| "description": "The player ID that was used for this player the first time they signed into the game in question. This is only populated for calls to player.get for the requesting player, only if the player ID has subsequently changed, and only to clients that support remapping player IDs." |
| }, |
| "displayName": { |
| "type": "string", |
| "description": "The name to display for the player." |
| }, |
| "bannerUrlPortrait": { |
| "type": "string", |
| "description": "The url to the portrait mode player banner image." |
| }, |
| "profileSettings": { |
| "description": "The player's profile settings. Controls whether or not the player's profile is visible to other players.", |
| "$ref": "ProfileSettings" |
| } |
| }, |
| "id": "Player" |
| } |
| }, |
| "version": "v1management", |
| "kind": "discovery#restDescription", |
| "revision": "20200811", |
| "parameters": { |
| "alt": { |
| "default": "json", |
| "location": "query", |
| "type": "string", |
| "enum": [ |
| "json", |
| "media", |
| "proto" |
| ], |
| "enumDescriptions": [ |
| "Responses with Content-Type of application/json", |
| "Media download with context-dependent Content-Type", |
| "Responses with Content-Type of application/x-protobuf" |
| ], |
| "description": "Data format for response." |
| }, |
| "key": { |
| "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
| "type": "string", |
| "location": "query" |
| }, |
| "$.xgafv": { |
| "location": "query", |
| "enumDescriptions": [ |
| "v1 error format", |
| "v2 error format" |
| ], |
| "type": "string", |
| "description": "V1 error format.", |
| "enum": [ |
| "1", |
| "2" |
| ] |
| }, |
| "access_token": { |
| "type": "string", |
| "description": "OAuth access token.", |
| "location": "query" |
| }, |
| "prettyPrint": { |
| "type": "boolean", |
| "default": "true", |
| "description": "Returns response with indentations and line breaks.", |
| "location": "query" |
| }, |
| "quotaUser": { |
| "type": "string", |
| "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
| "location": "query" |
| }, |
| "callback": { |
| "type": "string", |
| "location": "query", |
| "description": "JSONP" |
| }, |
| "uploadType": { |
| "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
| "type": "string", |
| "location": "query" |
| }, |
| "oauth_token": { |
| "description": "OAuth 2.0 token for the current user.", |
| "location": "query", |
| "type": "string" |
| }, |
| "upload_protocol": { |
| "location": "query", |
| "type": "string", |
| "description": "Upload protocol for media (e.g. \"raw\", \"multipart\")." |
| }, |
| "fields": { |
| "location": "query", |
| "type": "string", |
| "description": "Selector specifying which fields to include in a partial response." |
| } |
| }, |
| "ownerDomain": "google.com", |
| "auth": { |
| "oauth2": { |
| "scopes": { |
| "https://www.googleapis.com/auth/games": { |
| "description": "Create, edit, and delete your Google Play Games activity" |
| } |
| } |
| } |
| }, |
| "title": "Google Play Game Management", |
| "resources": { |
| "players": { |
| "methods": { |
| "unhide": { |
| "path": "games/v1management/applications/{applicationId}/players/hidden/{playerId}", |
| "httpMethod": "DELETE", |
| "parameters": { |
| "playerId": { |
| "location": "path", |
| "type": "string", |
| "required": true, |
| "description": "A player ID. A value of `me` may be used in place of the authenticated player's ID." |
| }, |
| "applicationId": { |
| "type": "string", |
| "location": "path", |
| "description": "The application ID from the Google Play developer console.", |
| "required": true |
| } |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "description": "Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.", |
| "id": "gamesManagement.players.unhide", |
| "parameterOrder": [ |
| "applicationId", |
| "playerId" |
| ], |
| "flatPath": "games/v1management/applications/{applicationId}/players/hidden/{playerId}" |
| }, |
| "hide": { |
| "path": "games/v1management/applications/{applicationId}/players/hidden/{playerId}", |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "httpMethod": "POST", |
| "description": "Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.", |
| "flatPath": "games/v1management/applications/{applicationId}/players/hidden/{playerId}", |
| "parameters": { |
| "applicationId": { |
| "required": true, |
| "location": "path", |
| "type": "string", |
| "description": "The application ID from the Google Play developer console." |
| }, |
| "playerId": { |
| "required": true, |
| "location": "path", |
| "description": "A player ID. A value of `me` may be used in place of the authenticated player's ID.", |
| "type": "string" |
| } |
| }, |
| "id": "gamesManagement.players.hide", |
| "parameterOrder": [ |
| "applicationId", |
| "playerId" |
| ] |
| } |
| } |
| }, |
| "achievements": { |
| "methods": { |
| "resetMultipleForAllPlayers": { |
| "httpMethod": "POST", |
| "request": { |
| "$ref": "AchievementResetMultipleForAllRequest" |
| }, |
| "path": "games/v1management/achievements/resetMultipleForAllPlayers", |
| "parameters": {}, |
| "parameterOrder": [], |
| "flatPath": "games/v1management/achievements/resetMultipleForAllPlayers", |
| "description": "Resets achievements with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft achievements may be reset.", |
| "id": "gamesManagement.achievements.resetMultipleForAllPlayers", |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ] |
| }, |
| "resetAllForAllPlayers": { |
| "parameters": {}, |
| "parameterOrder": [], |
| "path": "games/v1management/achievements/resetAllForAllPlayers", |
| "id": "gamesManagement.achievements.resetAllForAllPlayers", |
| "flatPath": "games/v1management/achievements/resetAllForAllPlayers", |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "httpMethod": "POST", |
| "description": "Resets all draft achievements for all players. This method is only available to user accounts for your developer console." |
| }, |
| "resetAll": { |
| "httpMethod": "POST", |
| "parameterOrder": [], |
| "response": { |
| "$ref": "AchievementResetAllResponse" |
| }, |
| "path": "games/v1management/achievements/reset", |
| "id": "gamesManagement.achievements.resetAll", |
| "description": "Resets all achievements for the currently authenticated player for your application. This method is only accessible to whitelisted tester accounts for your application.", |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "parameters": {}, |
| "flatPath": "games/v1management/achievements/reset" |
| }, |
| "reset": { |
| "flatPath": "games/v1management/achievements/{achievementId}/reset", |
| "id": "gamesManagement.achievements.reset", |
| "httpMethod": "POST", |
| "parameters": { |
| "achievementId": { |
| "type": "string", |
| "location": "path", |
| "description": "The ID of the achievement used by this method.", |
| "required": true |
| } |
| }, |
| "description": "Resets the achievement with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", |
| "response": { |
| "$ref": "AchievementResetResponse" |
| }, |
| "parameterOrder": [ |
| "achievementId" |
| ], |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "path": "games/v1management/achievements/{achievementId}/reset" |
| }, |
| "resetForAllPlayers": { |
| "description": "Resets the achievement with the given ID for all players. This method is only available to user accounts for your developer console. Only draft achievements can be reset.", |
| "path": "games/v1management/achievements/{achievementId}/resetForAllPlayers", |
| "parameters": { |
| "achievementId": { |
| "required": true, |
| "location": "path", |
| "description": "The ID of the achievement used by this method.", |
| "type": "string" |
| } |
| }, |
| "parameterOrder": [ |
| "achievementId" |
| ], |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "flatPath": "games/v1management/achievements/{achievementId}/resetForAllPlayers", |
| "httpMethod": "POST", |
| "id": "gamesManagement.achievements.resetForAllPlayers" |
| } |
| } |
| }, |
| "applications": { |
| "methods": { |
| "listHidden": { |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "id": "gamesManagement.applications.listHidden", |
| "parameterOrder": [ |
| "applicationId" |
| ], |
| "flatPath": "games/v1management/applications/{applicationId}/players/hidden", |
| "path": "games/v1management/applications/{applicationId}/players/hidden", |
| "description": "Get the list of players hidden from the given application. This method is only available to user accounts for your developer console.", |
| "httpMethod": "GET", |
| "parameters": { |
| "maxResults": { |
| "location": "query", |
| "type": "integer", |
| "description": "The maximum number of player resources to return in the response, used for paging. For any response, the actual number of player resources returned may be less than the specified `maxResults`.", |
| "format": "int32" |
| }, |
| "applicationId": { |
| "type": "string", |
| "description": "The application ID from the Google Play developer console.", |
| "required": true, |
| "location": "path" |
| }, |
| "pageToken": { |
| "description": "The token returned by the previous request.", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "response": { |
| "$ref": "HiddenPlayerList" |
| } |
| } |
| } |
| }, |
| "events": { |
| "methods": { |
| "resetMultipleForAllPlayers": { |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "request": { |
| "$ref": "EventsResetMultipleForAllRequest" |
| }, |
| "parameters": {}, |
| "httpMethod": "POST", |
| "description": "Resets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset.", |
| "flatPath": "games/v1management/events/resetMultipleForAllPlayers", |
| "parameterOrder": [], |
| "id": "gamesManagement.events.resetMultipleForAllPlayers", |
| "path": "games/v1management/events/resetMultipleForAllPlayers" |
| }, |
| "resetAllForAllPlayers": { |
| "httpMethod": "POST", |
| "parameterOrder": [], |
| "parameters": {}, |
| "id": "gamesManagement.events.resetAllForAllPlayers", |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "flatPath": "games/v1management/events/resetAllForAllPlayers", |
| "path": "games/v1management/events/resetAllForAllPlayers", |
| "description": "Resets all draft events for all players. This method is only available to user accounts for your developer console." |
| }, |
| "resetAll": { |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "id": "gamesManagement.events.resetAll", |
| "parameters": {}, |
| "path": "games/v1management/events/reset", |
| "description": "Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", |
| "httpMethod": "POST", |
| "flatPath": "games/v1management/events/reset", |
| "parameterOrder": [] |
| }, |
| "resetForAllPlayers": { |
| "path": "games/v1management/events/{eventId}/resetForAllPlayers", |
| "description": "Resets the event with the given ID for all players. This method is only available to user accounts for your developer console. Only draft events can be reset.", |
| "flatPath": "games/v1management/events/{eventId}/resetForAllPlayers", |
| "parameters": { |
| "eventId": { |
| "location": "path", |
| "type": "string", |
| "required": true, |
| "description": "The ID of the event." |
| } |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "parameterOrder": [ |
| "eventId" |
| ], |
| "httpMethod": "POST", |
| "id": "gamesManagement.events.resetForAllPlayers" |
| }, |
| "reset": { |
| "id": "gamesManagement.events.reset", |
| "parameterOrder": [ |
| "eventId" |
| ], |
| "parameters": { |
| "eventId": { |
| "required": true, |
| "description": "The ID of the event.", |
| "location": "path", |
| "type": "string" |
| } |
| }, |
| "httpMethod": "POST", |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "flatPath": "games/v1management/events/{eventId}/reset", |
| "path": "games/v1management/events/{eventId}/reset", |
| "description": "Resets all player progress on the event with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application." |
| } |
| } |
| }, |
| "scores": { |
| "methods": { |
| "reset": { |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "parameters": { |
| "leaderboardId": { |
| "location": "path", |
| "type": "string", |
| "required": true, |
| "description": "The ID of the leaderboard." |
| } |
| }, |
| "path": "games/v1management/leaderboards/{leaderboardId}/scores/reset", |
| "id": "gamesManagement.scores.reset", |
| "flatPath": "games/v1management/leaderboards/{leaderboardId}/scores/reset", |
| "parameterOrder": [ |
| "leaderboardId" |
| ], |
| "httpMethod": "POST", |
| "description": "Resets scores for the leaderboard with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", |
| "response": { |
| "$ref": "PlayerScoreResetResponse" |
| } |
| }, |
| "resetMultipleForAllPlayers": { |
| "request": { |
| "$ref": "ScoresResetMultipleForAllRequest" |
| }, |
| "parameterOrder": [], |
| "path": "games/v1management/scores/resetMultipleForAllPlayers", |
| "id": "gamesManagement.scores.resetMultipleForAllPlayers", |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "description": "Resets scores for the leaderboards with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft leaderboards may be reset.", |
| "flatPath": "games/v1management/scores/resetMultipleForAllPlayers", |
| "parameters": {}, |
| "httpMethod": "POST" |
| }, |
| "resetForAllPlayers": { |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "description": "Resets scores for the leaderboard with the given ID for all players. This method is only available to user accounts for your developer console. Only draft leaderboards can be reset.", |
| "flatPath": "games/v1management/leaderboards/{leaderboardId}/scores/resetForAllPlayers", |
| "parameterOrder": [ |
| "leaderboardId" |
| ], |
| "path": "games/v1management/leaderboards/{leaderboardId}/scores/resetForAllPlayers", |
| "httpMethod": "POST", |
| "parameters": { |
| "leaderboardId": { |
| "location": "path", |
| "type": "string", |
| "required": true, |
| "description": "The ID of the leaderboard." |
| } |
| }, |
| "id": "gamesManagement.scores.resetForAllPlayers" |
| }, |
| "resetAllForAllPlayers": { |
| "httpMethod": "POST", |
| "id": "gamesManagement.scores.resetAllForAllPlayers", |
| "parameters": {}, |
| "flatPath": "games/v1management/scores/resetAllForAllPlayers", |
| "description": "Resets scores for all draft leaderboards for all players. This method is only available to user accounts for your developer console.", |
| "parameterOrder": [], |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ], |
| "path": "games/v1management/scores/resetAllForAllPlayers" |
| }, |
| "resetAll": { |
| "parameterOrder": [], |
| "parameters": {}, |
| "path": "games/v1management/scores/reset", |
| "description": "Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.", |
| "httpMethod": "POST", |
| "response": { |
| "$ref": "PlayerScoreResetAllResponse" |
| }, |
| "id": "gamesManagement.scores.resetAll", |
| "flatPath": "games/v1management/scores/reset", |
| "scopes": [ |
| "https://www.googleapis.com/auth/games" |
| ] |
| } |
| } |
| } |
| }, |
| "rootUrl": "https://gamesmanagement.googleapis.com/", |
| "batchPath": "batch", |
| "protocol": "rest", |
| "basePath": "", |
| "canonicalName": "Games Management", |
| "icons": { |
| "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| }, |
| "discoveryVersion": "v1", |
| "baseUrl": "https://gamesmanagement.googleapis.com/", |
| "id": "gamesManagement:v1management", |
| "name": "gamesManagement", |
| "mtlsRootUrl": "https://gamesmanagement.mtls.googleapis.com/", |
| "description": "The Google Play Game Management API allows developers to manage resources from the Google Play Game service.", |
| "documentationLink": "https://developers.google.com/games/", |
| "servicePath": "" |
| } |