Method: accounts.patch

更新指定的商家帐号。无法使用此方法更新个人帐号。

HTTP 请求

PATCH https://mybusinessaccountmanagement.googleapis.com/v1/{account.name=accounts/*}

网址采用 gRPC 转码语法。

路径参数

参数
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 概览