Requires authorization
Reply to a single review, or update an existing reply.
Request
HTTP request
POST https://www.googleapis.com/androidpublisher/v3/applications/packageName/reviews/reviewId:reply
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
packageName |
string |
Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame". |
reviewId |
string |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
In the request body, supply data with the following structure:
{ "replyText": string }
Property name | Value | Description | Notes |
---|---|---|---|
replyText |
string |
The text to set as the reply. Replies of more than approximately 350 characters will be rejected. HTML tags will be stripped. |
Response
If successful, this method returns a response body with the following structure:
{ "result": { "replyText": string, "lastEdited": { "seconds": long, "nanos": integer } } }
Property name | Value | Description | Notes |
---|---|---|---|
result |
nested object |
||
result.replyText |
string |
The reply text that was applied. | |
result.lastEdited |
nested object |
The time at which the reply took effect. | |
result.lastEdited.seconds |
long |
||
result.lastEdited.nanos |
integer |