Skip to content

Commit 8d53438

Browse files
yoshi-automationsofisl
authored andcommitted
fix(games): update the API
#### games:v1 The following keys were changed: - description
1 parent d4ed5a3 commit 8d53438

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎discovery/games-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"baseUrl": "https://games.googleapis.com/",
1919
"batchPath": "batch",
2020
"canonicalName": "Games",
21-
"description": "The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.",
21+
"description": "The Google Play Games Service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.",
2222
"discoveryVersion": "v1",
2323
"documentationLink": "https://developers.google.com/games/",
2424
"icons": {
@@ -1469,7 +1469,7 @@
14691469
}
14701470
}
14711471
},
1472-
"revision": "20240701",
1472+
"revision": "20241209",
14731473
"rootUrl": "https://games.googleapis.com/",
14741474
"schemas": {
14751475
"AchievementDefinition": {

‎src/apis/games/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# games
44

5-
> The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.
5+
> The Google Play Games Service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.
66
77
## Installation
88

‎src/apis/games/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export namespace games_v1 {
102102
/**
103103
* Google Play Game Services
104104
*
105-
* The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.
105+
* The Google Play Games Service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.
106106
*
107107
* @example
108108
* ```js

0 commit comments

Comments
 (0)