Method: publishers.items.setPublishedDeployPercentage

為項目的已發布修訂版本設定較高的目標部署百分比。系統會更新這項資訊,但不會將商品送審。這項功能僅適用於 7 天內活躍使用者超過 10,000 人的項目。

HTTP 要求

POST https://chromewebstore.googleapis.com/v2/{name=publishers/*/items/*}:setPublishedDeployPercentage

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
name

string

必要欄位。要更新已發布修訂版本的項目名稱,格式為 publishers/{publisherId}/items/{itemId}

要求主體

要求主體會包含結構如下的資料:

JSON 表示法
{
  "deployPercentage": integer
}
欄位
deployPercentage

integer

必要欄位。已發布修訂版本的未縮放百分比值 (介於 0 到 100 之間的非負數)。必須大於現有的目標百分比。

回應主體

如果成功,回應主體會留白。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/chromewebstore