Method: projects.apps.recaptchaEnterpriseConfig.patch

指定したアプリの RecaptchaEnterpriseConfig を更新します。

この構成は不完全または無効ですが、reCAPTCHA Enterprise トークンを App Check トークンと交換することはできません。

HTTP リクエスト

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

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
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

詳細については、認証の概要をご覧ください。