Method: projects.apps.recaptchaEnterpriseConfig.patch

更新指定应用的 RecaptchaEnterpriseConfig

由于此配置不完整或无效,应用将无法用 reCAPTCHA Enterprise 令牌交换 App Check 令牌。

HTTP 请求

PATCH https://firebaseappcheck.googleapis.com/v1/{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

如需了解详情,请参阅身份验证概览