Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
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
這個應用程式的支援電話號碼 (使用者可見)。
|
方法 |
|
|
取得應用程式的詳細資料。 |
|
|
修補應用程式的詳細資料。 |
|
|
更新應用程式的詳細資料。 |
錯誤代碼
這項資源的作業會傳回下列 HTTP 錯誤碼:
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-01-14 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2026-01-14 (世界標準時間)。"],[],["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"]]