From 8d534387fdbe996aa2711de71dee2c30697a9112 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 28 Jan 2025 01:35:41 +0000 Subject: [PATCH] fix(games): update the API #### games:v1 The following keys were changed: - description --- discovery/games-v1.json | 4 ++-- src/apis/games/README.md | 2 +- src/apis/games/v1.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/discovery/games-v1.json b/discovery/games-v1.json index 4dded9a557..7f83e67eb3 100644 --- a/discovery/games-v1.json +++ b/discovery/games-v1.json @@ -18,7 +18,7 @@ "baseUrl": "https://games.googleapis.com/", "batchPath": "batch", "canonicalName": "Games", - "description": "The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.", + "description": "The Google Play Games Service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/games/", "icons": { @@ -1469,7 +1469,7 @@ } } }, - "revision": "20240701", + "revision": "20241209", "rootUrl": "https://games.googleapis.com/", "schemas": { "AchievementDefinition": { diff --git a/src/apis/games/README.md b/src/apis/games/README.md index e92de4aa1d..4d78a5e8a4 100644 --- a/src/apis/games/README.md +++ b/src/apis/games/README.md @@ -2,7 +2,7 @@ # games -> The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. +> The Google Play Games Service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. ## Installation diff --git a/src/apis/games/v1.ts b/src/apis/games/v1.ts index bdacf9392d..a2d9c8443a 100644 --- a/src/apis/games/v1.ts +++ b/src/apis/games/v1.ts @@ -102,7 +102,7 @@ export namespace games_v1 { /** * Google Play Game Services * - * The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. + * The Google Play Games Service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. * * @example * ```js