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 name | Value | Description |
---|---|---|
Path parameters | ||
itemId |
string |
The ID of the item to upload. |
Required query parameters | ||
uploadType |
string |
The type of upload request to the /upload URI.
Acceptable values are:
|
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.