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 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון 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"]]