Required. A non-empty list of fields to change in the existing saved query. Fields are relative to the savedQuery and new values for the fields are taken from the corresponding fields in the SavedQuery included in this request. Fields not mentioned in updateMask are not changed and are ignored in the request.
To update all mutable fields, specify an updateMask of *.
For example, to change the description and query filter text of a saved query, specify an updateMask of "description, query.filter".
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 SavedQuery.
Response body
If successful, the response body contains an instance of SavedQuery.
[[["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 2026-05-08 UTC."],[],[]]