Method: projects.apps.recaptchaEnterpriseConfig.patch

更新指定應用程式的 RecaptchaEnterpriseConfig

雖然這項設定不完整或無效,但應用程式無法將 reCAPTCHA Enterprise 權杖交換為 App Check 權杖。

HTTP 要求

PATCH https://firebaseappcheck.googleapis.com/v1beta/{recaptchaEnterpriseConfig.name=projects/*/apps/*/recaptchaEnterpriseConfig}

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

路徑參數

參數
recaptchaEnterpriseConfig.name

string

必要欄位。reCAPTCHA Enterprise 設定物件的相對資源名稱,格式為:

projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig

查詢參數

參數
updateMask

string (FieldMask format)

必要欄位。以半形逗號分隔的 RecaptchaEnterpriseConfig 中要更新欄位名稱清單。例如:siteKey.

要求主體

要求主體包含 RecaptchaEnterpriseConfig 的例項。

回應主體

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

授權範圍

需要下列其中一種 OAuth 範圍:

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

詳情請參閱驗證總覽