AI-generated Key Takeaways
-
Deploy an existing app recovery action with DRAFT status, activating it for all targeted users and changing its status to ACTIVE.
-
The request is sent as an empty POST request to the specified URL, requiring package name and app recovery ID.
-
The request requires authorization with the
https://www.googleapis.com/auth/androidpublisher
scope. -
Upon successful deployment, the response body will be empty.
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