AI-generated Key Takeaways
-
This document outlines how to deploy an app recovery action with a DRAFT status, which will activate it for targeted users and change its status to ACTIVE.
-
Deploying an app recovery action involves making a
POST
HTTP request to a specific URL containing the package name and app recovery ID. -
The request requires path parameters for
packageName
andappRecoveryId
, but the request body should be empty. -
A successful response will also have an empty body, and the action requires the
https://www.googleapis.com/auth/androidpublisher
OAuth scope.
Deploy an already created app recovery action with recovery status DRAFT. Note that this action activates the recovery action for all targeted users and changes its status to ACTIVE.
HTTP request
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:deploy
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Required. Package name of the app for which recovery action is deployed. |
appRecoveryId |
Required. ID corresponding to the app recovery action to deploy. |
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher