LeaderboardConfigurations: update
Stay organized with collections
Save and categorize content based on your preferences.
Requires authorization
Update the metadata of the leaderboard configuration with the given ID.
Request
HTTP request
PUT https://www.googleapis.com/games/v1configuration/leaderboards/leaderboardId
Parameters
Parameter name |
Value |
Description |
Path parameters |
leaderboardId |
string |
The ID of the leaderboard.
|
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
https://www.googleapis.com/auth/androidpublisher |
Request body
In the request body, supply a LeaderboardConfigurations resource.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 UTC."],[],[],null,["# LeaderboardConfigurations: update\n\n**Requires [authorization](#auth)**\n\nUpdate the metadata of the leaderboard configuration with the given ID.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPUT https://www.googleapis.com/games/v1configuration/leaderboards/leaderboardId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|----------|----------------------------|\n| **Path parameters** |||\n| `leaderboardId` | `string` | The ID of the leaderboard. |\n\n### Authorization\n\nThis request requires authorization with the following scope ([read more about authentication and authorization](/accounts/docs/OAuth2)).\n\n| Scope |\n|----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidpublisher` |\n\n### Request body\n\nIn the request body, supply a [LeaderboardConfigurations resource](/games/services/publishing/api/leaderboardConfigurations#resource).\n\nResponse\n--------\n\nIf successful, this method returns a [LeaderboardConfigurations resource](/games/services/publishing/api/leaderboardConfigurations#resource) in the response body."]]