LeaderboardConfigurations: insert
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अनुमति देना ज़रूरी है
इस ऐप्लिकेशन में नया लीडरबोर्ड कॉन्फ़िगरेशन डालें.
अनुरोध
एचटीटीपी अनुरोध
POST https://www.googleapis.com/games/v1configuration/applications/applicationId/leaderboards
पैरामीटर
पैरामीटर का नाम |
मान |
ब्यौरा |
पाथ पैरामीटर |
applicationId |
string |
Google Play Console से मिला ऐप्लिकेशन आईडी.
|
अनुमति देना
इस अनुरोध के लिए नीचे दिए गए दायरे के साथ अनुमति की ज़रूरत है (पुष्टि करने और अनुमति देने के बारे में ज़्यादा पढ़ें).
दायरा |
https://www.googleapis.com/auth/androidpublisher |
अनुरोध का मुख्य भाग
अनुरोध के मुख्य हिस्से में, लीडरबोर्ड कॉन्फ़िगरेशन संसाधन उपलब्ध कराएं.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# LeaderboardConfigurations: insert\n\n**Requires [authorization](#auth)**\n\nInsert a new leaderboard configuration in this application.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/games/v1configuration/applications/applicationId/leaderboards\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|----------|--------------------------------------------------|\n| **Path parameters** |||\n| `applicationId` | `string` | The application ID from the Google Play Console. |\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."]]