[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[],["This outlines how to update a Line using a PATCH request to the specified URL, which includes a fixed identifier in the path. The `updateMask` query parameter specifies the fields to be modified, accepting a comma-separated list of field names. The request body should contain the updated `Line` instance. Upon success, the response will include the modified `Line` object. The identifier of `Line` is immutable.\n"]]