Method: projects.sites.customDomains.create

创建一个CustomDomain

HTTP请求

POST https://firebasehosting.googleapis.com/v1beta1/{parent=projects/*/sites/*}/customDomains

URL 使用gRPC 转码语法。

路径参数

参数
parent

string

必需的。自定义域的父域,特别是 Firebase Hosting Site

查询参数

参数
customDomainId

string

必需的。 CustomDomain的 ID,这是您要与 Firebase 托管一起使用的域名。

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

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