Method: apprecovery.deploy
復元ステータスが「DRAFT」の作成済みアプリ復元アクションをデプロイします。このアクションにより、すべての対象ユーザーの復元アクションが有効になり、ステータスが「ACTIVE」に変わります。
HTTP リクエスト
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:deploy
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
必須。復元アクションがデプロイされるアプリのパッケージ名。
|
appRecoveryId |
string (int64 format)
必須。デプロイするアプリ復元アクションに対応する ID。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-17 UTC。
[null,null,["最終更新日 2024-12-17 UTC。"],[[["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."]]],["This document outlines the process for deploying a draft app recovery action via an HTTP POST request. The request targets a specific app and recovery action ID, provided as path parameters: `packageName` and `appRecoveryId`. The URL utilizes gRPC Transcoding. The request body must be empty. A successful deployment, indicated by an empty response body, activates the recovery action for all targeted users, changing its status to ACTIVE. Authorization requires the `androidpublisher` OAuth scope.\n"]]