[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-08 UTC."],[[["\u003cp\u003eThis API endpoint updates an existing app profile within a Bigtable instance using a PATCH request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eappProfile.name\u003c/code\u003e path parameter specifies the unique identifier of the app profile to be updated, with the format \u003ccode\u003eprojects/{project}/instances/{instance}/appProfiles/[_a-zA-Z0-9][-_.a-zA-Z0-9]*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter is required and determines which fields of the app profile should be replaced, with an empty value indicating all fields should be replaced.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an \u003ccode\u003eAppProfile\u003c/code\u003e instance, while the successful response will include an \u003ccode\u003eOperation\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eUpdating an AppProfile require specific authorization with the IAM permission \u003ccode\u003ebigtable.appProfiles.update\u003c/code\u003e, and also requires one of the specified OAuth scopes.\u003c/p\u003e\n"]]],[],null,["# Method: projects.instances.appProfiles.patch\n\nUpdates an app profile within an instance.\n\n### HTTP request\n\n`PATCH https://bigtableadmin.googleapis.com/v2/{appProfile.name=projects/*/instances/*/appProfiles/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [AppProfile](/bigtable/docs/reference/admin/rest/v2/projects.instances.appProfiles#AppProfile).\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/bigtable/docs/reference/admin/rest/v2/operations#Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigtable.admin`\n- `https://www.googleapis.com/auth/bigtable.admin.cluster`\n- `https://www.googleapis.com/auth/bigtable.admin.instance`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin.cluster`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]