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 how to update a workflow template using a PUT HTTP request to a specified URL."],["The URL path requires a template name parameter, formatted as `projects/{projectId}/locations/{location}/workflowTemplates/{template_id}`."],["The request body must include an instance of the `WorkflowTemplate`, while a successful response will also return a `WorkflowTemplate` instance."],["To successfully complete this request, you need to include the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]