Items:Update

Updates an existing item.

This method supports an upload URI and accepts uploaded media.

Request

HTTP request

This method provides media upload functionality through two separate URIs.

  • Upload URI, for media upload requests:

    PUT https://www.googleapis.com/upload/chromewebstore/v1.1/items/itemId
  • Metadata URI, for metadata-only requests:

    PUT https://www.googleapis.com/chromewebstore/v1.1/items/itemId

Parameters

Parameter nameValueDescription
Path parameters
itemIdstringThe ID of the item to upload.
Required query parameters
uploadTypestringThe type of upload request to the /upload URI. Acceptable values are:
  • media - Simple upload. Upload the media only, without any metadata.

Request body

In the request body, supply an Items resource as the metadata.

Authorization

This request requires authorization with the following scope.

Scope
https://www.googleapis.com/auth/chromewebstore
The above URL is used as the scope parameter when generating an access token. For more details on API authorization and authentication, consult the OAuth 2.0 documentation.

Response

If successful, this method returns an Items resource in the response body.

Improve article

We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.