[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-05 UTC."],[],[],null,["# Method: projects.apps.recaptchaConfig.patch\n\n| The [RecaptchaConfig](/docs/reference/appcheck/rest/v1beta/projects.apps.recaptchaConfig#RecaptchaConfig) REST resource is deprecated; it has been renamed to [RecaptchaV3Config](/docs/reference/appcheck/rest/v1beta/projects.apps.recaptchaV3Config#RecaptchaV3Config). Please use [UpdateRecaptchaV3Config](/docs/reference/appcheck/rest/v1beta/projects.apps.recaptchaV3Config/patch#google.firebase.appcheck.v1beta.ConfigService.UpdateRecaptchaV3Config) instead.\nUpdates the [RecaptchaConfig](/docs/reference/appcheck/rest/v1beta/projects.apps.recaptchaConfig#RecaptchaConfig) for the specified app.\n\nWhile this configuration is incomplete or invalid, the app will be unable to exchange reCAPTCHA tokens for App Check tokens.\n\nFor security reasons, the [`siteSecret`](/docs/reference/appcheck/rest/v1beta/projects.apps.recaptchaConfig#RecaptchaConfig.FIELDS.site_secret) field is never populated in the response.\n\n### HTTP request\n\n`PATCH https://firebaseappcheck.googleapis.com/v1beta/{recaptchaConfig.name=projects/*/apps/*/recaptchaConfig}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `recaptchaConfig.name` | `string` Required. The relative resource name of the reCAPTCHA v3 configuration object, in the format: projects/{project_number}/apps/{app_id}/recaptchaConfig |\n\n### Query parameters\n\n| Parameters ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` format)` Required. A comma-separated list of names of fields in the [RecaptchaConfig](/docs/reference/appcheck/rest/v1beta/projects.apps.recaptchaConfig#RecaptchaConfig) to update. Example: `siteSecret`. |\n\n### Request body\n\nThe request body contains an instance of [RecaptchaConfig](/docs/reference/appcheck/rest/v1beta/projects.apps.recaptchaConfig#RecaptchaConfig).\n\n### Response body\n\nIf successful, the response body contains an instance of [RecaptchaConfig](/docs/reference/appcheck/rest/v1beta/projects.apps.recaptchaConfig#RecaptchaConfig).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/firebase`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]