REST Resource: edits.details
Zasób: AppDetails
Szczegóły aplikacji. Zasób usługi DetailsService.
Zapis JSON |
{
"defaultLanguage": string,
"contactWebsite": string,
"contactEmail": string,
"contactPhone": string
} |
Pola |
defaultLanguage |
string
Domyślny kod języka w formacie BCP 47 (np. „pl-PL”).
|
contactWebsite |
string
Witryna widoczna dla użytkownika, która zawiera tę aplikację.
|
contactEmail |
string
Adres e-mail do zespołu pomocy widoczny dla użytkownika tej aplikacji.
|
contactPhone |
string
Numer telefonu do obsługi klienta tej aplikacji widoczny dla użytkownika.
|
Metody |
|
Pobiera szczegóły aplikacji. |
|
Aktualizuje szczegóły aplikacji. |
|
Zaktualizowano szczegóły aplikacji. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-17 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]