[[["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-01-21 UTC."],[[["This API endpoint uses a PATCH request to update a database resource in Firestore."],["The `database.name` path parameter specifies the target database using the format `projects/{project}/databases/{database}`."],["The `updateMask` query parameter defines which fields within the database are to be modified, using a comma-separated list of field names."],["The request body must include an instance of the `Database` object with the intended updates."],["Successful updates return an `Operation` object in the response, and requests must be authorized using either the `https://www.googleapis.com/auth/datastore` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes."]]],[]]