Method: locations.updateAttributes

更新特定地點的屬性。

HTTP 要求

PATCH https://mybusinessbusinessinformation.googleapis.com/v1/{attributes.name=locations/*/attributes}

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
attributes.name

string

必要欄位。這個地點的 Google ID,格式為 locations/{locationId}/attributes

查詢參數

參數
attributeMask

string (FieldMask format)

必要欄位。您想更新的屬性屬性名稱。代表:attributes/{attribute}

更新:在屬性欄位中提供要更新的所有屬性,都必須在 attributeMask 中設定。系統會忽略上方清單中設定但未在 attributeMask 中設定的屬性。

刪除:如果您想刪除特定屬性,就必須在 attributeMask 中指定這些屬性,但屬性清單中不會有相符的項目。如要刪除某地點設定的所有屬性,請務必查詢該地點的所有適用屬性,然後將這些屬性加入 attributeMask 的空白屬性欄位。

此為以半形逗號分隔的完整欄位名稱清單。範例:"user.displayName,photo"

要求主體

要求主體包含 Attributes 的例項。

回應主體

如果成功,回應主體會包含 Attributes 的執行例項。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/business.manage

詳情請參閱 OAuth 2.0 總覽