Method: customers.patch
HTTP リクエスト
PATCH https://sasportal.googleapis.com/v1alpha1/{customer.name=customers/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
customer.name |
string
出力のみ。顧客のリソース名。
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
更新するフィールド。 完全修飾された項目名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
リクエストの本文
リクエストの本文には Customer
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には Customer
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/userinfo.email
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-09-26 UTC。
[null,null,["最終更新日 2022-09-26 UTC。"],[[["This operation updates an existing customer within the Spectrum Access System."],["The request must use the `PATCH` method and provide the customer's resource name in the URL path."],["An optional `updateMask` query parameter specifies the fields to be updated."],["The request body should contain the updated customer data in the `Customer` format."],["Authorization requires the `https://www.googleapis.com/auth/userinfo.email` scope."]]],[]]