Method: edits.details.patch
HTTP リクエスト
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/details
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
アプリのパッケージ名。
|
editId |
string
編集の識別子。
|
リクエスト本文
リクエストの本文には AppDetails
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には AppDetails
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["Patches details of an Android app using a `PATCH` request to a specific endpoint."],["Requires providing the package name and edit ID as path parameters."],["The request and response bodies both utilize the `AppDetails` object for data transfer."],["Authorization necessitates the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This API allows patching details of an app using a `PATCH` request to a specific URL. Key actions involve defining `packageName` and `editId` as path parameters. The request body requires an `AppDetails` instance. Successful execution returns an `AppDetails` instance in the response body. It is necessary to use the OAuth scope: `https://www.googleapis.com/auth/androidpublisher`. The HTTP request format and gRPC Transcoding syntax are defined. A try-it feature is also available.\n"]]