REST Resource: edits.listings

資源:List

本地化的商店資訊。ListingsService 的資源。

JSON 表示法
{
  "language": string,
  "title": string,
  "fullDescription": string,
  "shortDescription": string,
  "video": string
}
欄位
language

string

語言本地化程式碼 (BCP-47 語言標記,例如「de-AT」代表奧地利德文)。

title

string

本地化的應用程式標題。

fullDescription

string

應用程式的完整說明。

shortDescription

string

應用程式的簡短說明。

video

string

應用程式 YouTube 宣傳影片的網址。

方法

delete

刪除本地化商店資訊。

deleteall

刪除所有商店資訊。

get

取得本地化商店資訊。

list

列出所有本地化商店資訊。

patch

修補本地化的商店資訊。

update

建立或更新本地化商店資訊。