Method: sites.channels.patch

更新指定站点的指定频道的信息。

如果通道尚不存在,则隐式创建该通道。

HTTP请求

PATCH https://firebasehosting.googleapis.com/v1beta1/{channel.name=sites/*/channels/*}

URL 使用gRPC 转码语法。

路径参数

参数
channel.name

string

通道的完全限定资源名称,格式为:

sites/ SITE_ID /channels/ CHANNEL_ID

查询参数

参数
updateMask

string ( FieldMask format)

要在此请求中更新的以逗号分隔的字段列表。

这是一个以逗号分隔的字段完全限定名称列表。示例: "user.displayName,photo"

请求正文

请求正文包含Channel的实例。

响应体

如果成功,响应正文将包含Channel的实例。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/firebase.hosting
  • https://www.googleapis.com/auth/firebase
  • https://www.googleapis.com/auth/cloud-platform

有关详细信息,请参阅身份验证概述