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

有關詳細信息,請參閱身份驗證概述