Method: publishers.items.setPublishedDeployPercentage

Set a higher target deploy percentage for the item's published revision. This will be updated without the item being submitted for review. This is only available to items with over 10,000 seven-day active users.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the item to update the published revision of in the form publishers/{publisherId}/items/{itemId}

Request body

The request body contains data with the following structure:

JSON representation
{
  "deployPercentage": integer
}
Fields
deployPercentage

integer

Required. Unscaled percentage value for the publised revision (nonnegative number between 0 and 100). It must be larger than the existing target percentage.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

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