Skip to content

Commit

Permalink
fix(games): update the API
Browse files Browse the repository at this point in the history
#### games:v1

The following keys were changed:
- description
  • Loading branch information
yoshi-automation authored and sofisl committed Jan 29, 2025
1 parent d4ed5a3 commit 8d53438
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions discovery/games-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -1469,7 +1469,7 @@
}
}
},
"revision": "20240701",
"revision": "20241209",
"rootUrl": "https://games.googleapis.com/",
"schemas": {
"AchievementDefinition": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/games/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/apis/games/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d53438

Please sign in to comment.