Output only. The resource name of the reference list. Format: projects/{project}/locations/{location}/instances/{instance}/referenceLists/{reference_list}
The list of fields to update. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of ReferenceList.
Response body
If successful, the response body contains an instance of ReferenceList.
[[["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-22 UTC."],[[["This API endpoint updates an existing reference list using a `PATCH` request to the specified resource name."],["The `referenceList.name` path parameter is required to identify the specific reference list to be updated."],["The `updateMask` query parameter allows you to specify which fields of the reference list should be updated."],["The request body must contain the updated `ReferenceList` data, and a successful response will return the updated `ReferenceList` instance."],["Updating a reference list requires the `chronicle.referenceLists.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]