[[["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-02-28 UTC."],[[["This document describes how to update a Control, which cannot change its action type once created, and returns a NOT_FOUND error if the Control does not exist."],["The HTTP request to update a Control uses a PATCH method with a specific URL structure defined by gRPC Transcoding, with `control.name` as a path parameter that has a defined format."],["The `updateMask` query parameter determines which fields of the Control will be updated, but it cannot be used to change the Control's name or solution type, and if left empty it updates all supported fields."],["The request body must contain a Control instance, and upon successful update, the response body will also return a Control instance."],["Updating a Control requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `discoveryengine.controls.update` IAM permission on the specified resource."]]],[]]