For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{projectId}/regions/{region}/workflowTemplates/{template_id}
For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{projectId}/locations/{location}/workflowTemplates/{template_id}
[[["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-27 UTC."],[[["This page details the process for updating a workflow template using a PUT HTTP request to the specified URL."],["The URL for the PUT request utilizes gRPC Transcoding syntax and requires a `template.name` path parameter in the format of a resource name."],["The request body must include an instance of `WorkflowTemplate` for the update operation."],["A successful request returns an instance of `WorkflowTemplate` in the response body."],["Updating the workflow template requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]