[[["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 2024-12-16 UTC."],[[["This API endpoint updates an existing app profile within a Bigtable instance using a PATCH request."],["The `appProfile.name` path parameter specifies the unique identifier of the app profile to be updated, with the format `projects/{project}/instances/{instance}/appProfiles/[_a-zA-Z0-9][-_.a-zA-Z0-9]*`."],["The `updateMask` 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."],["The request body must contain an `AppProfile` instance, while the successful response will include an `Operation` instance."],["Updating an AppProfile require specific authorization with the IAM permission `bigtable.appProfiles.update`, and also requires one of the specified OAuth scopes."]]],[]]