Method: accounts.patch
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定したビジネス アカウントを更新します。この方法で個人アカウントを更新することはできません。
HTTP リクエスト
PATCH https://mybusinessaccountmanagement.googleapis.com/v1/{account.name=accounts/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
account.name |
string
変更不可。リソース名(accounts/{account_id} 形式)。
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
必須。更新するフィールドです。編集可能なフィールドは accountName のみです。 完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo" )。
|
validateOnly |
boolean
(省略可)true の場合、アカウントが実際に更新されることなく、リクエストの検証のみが行われます。
|
リクエスト本文
リクエストの本文には Account
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には Account
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/business.manage
詳細については、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2023-12-01 UTC。"],[[["This document details the process for updating a specified business account using the `PATCH` method with the provided URL, specifically targeting the `accountName` field."],["The request necessitates specific path and query parameters, including `account.name` for account identification and `updateMask` to specify the fields for modification."],["It requires the use of an `Account` object in both the request and response bodies, along with authorization using the `https://www.googleapis.com/auth/business.manage` scope."],["This method is applicable to business accounts only; personal accounts cannot be updated using this approach, and a validation-only mode can be enabled by setting the `validateOnly` query parameter."]]],[]]