Required. Specifies the path, relative to Runtime, of the field to update. For example, to change the software configuration kernels, the updateMask parameter would be specified as softwareConfig.kernels, and the PATCH request body would specify the new value, as follows:
[[["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-06-27 UTC."],[],[],null,["# Method: projects.locations.runtimes.patch\n\nUpdate Notebook Runtime configuration.\n\n### HTTP request\n\n`PATCH https://notebooks.googleapis.com/v1/{runtime.name}`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Runtime](/vertex-ai/docs/workbench/reference/rest/v1/projects.locations.runtimes#Runtime).\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/vertex-ai/docs/workbench/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]