Method: projects.sites.customDomains.patch

更新指定的CustomDomain

HTTP请求

PATCH https://firebasehosting.googleapis.com/v1beta1/{customDomain.name=projects/*/sites/*/customDomains/*}

URL 使用gRPC 转码语法。

路径参数

参数
customDomain.name

string

仅输出。 CustomDomain的完全限定名称。

查询参数

参数
updateMask

string ( FieldMask format)

您想要更新的CustomDomain中的字段名称集。

当且仅当字段位于掩码中时,该字段才会被覆盖。如果您不提供掩码,托管会更新整个CustomDomain

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

allowMissing

boolean

如果为 true,则 Hosting 将创建CustomDomain (如果尚不存在)。

validateOnly

boolean

如果为 true,Hosting 会验证是否可以完成您的请求,但不会实际创建或更新CustomDomain

请求正文

请求正文包含CustomDomain的实例。

响应体

如果成功,响应正文将包含一个Operation实例。

授权范围

需要以下 OAuth 范围之一:

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

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