REST Resource: edits.details
संसाधन: AppDetails
ऐप्लिकेशन की जानकारी. DetailsService का संसाधन.
JSON के काेड में दिखाना |
{
"defaultLanguage": string,
"contactWebsite": string,
"contactEmail": string,
"contactPhone": string
} |
फ़ील्ड |
defaultLanguage |
string
BCP 47 फ़ॉर्मैट में डिफ़ॉल्ट भाषा कोड (उदाहरण के लिए, "en-US").
|
contactWebsite |
string
इस ऐप्लिकेशन के लिए, उपयोगकर्ता को दिखने वाली वेबसाइट.
|
contactEmail |
string
इस ऐप्लिकेशन के लिए, उपयोगकर्ता को दिखने वाला सहायता ईमेल पता.
|
contactPhone |
string
इस ऐप्लिकेशन के लिए, उपयोगकर्ता को दिखने वाला सहायता फ़ोन नंबर.
|
तरीके |
|
किसी ऐप्लिकेशन की जानकारी पाता है. |
|
किसी ऐप्लिकेशन के पैच की जानकारी. |
|
किसी ऐप्लिकेशन की जानकारी अपडेट करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-17 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-17 (UTC) को अपडेट किया गया."],[[["The AppDetails resource provides information about an application, such as its default language, contact website, email, and phone number."],["You can manage app details through the `get`, `patch`, and `update` methods which allow retrieval, partial modification, and complete replacement of the details respectively."],["AppDetails are represented in JSON format and include fields for default language, contact website, email, and phone number."]]],["The `AppDetails` resource contains information about an app, including its default language (BCP 47 format), contact website, email, and phone number. This data is represented in JSON format. The resource provides methods to `get`, `patch`, and `update` these app details. Actions include retrieving the app's current information or modifying it via partial or full updates using the specified endpoints.\n"]]