Required. The list of fields to update. Fields are specified relative to the managedZone. A field will be overwritten if it is in the mask. You can modify only the fields listed below. To update the managedZone details: * description * labels * targetProject * target_network
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of ManagedZone.
Response body
If successful, the response body contains an instance of Operation.
[[["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-03-25 UTC."],[[["This page details how to update the parameters of a single ManagedZone using a PATCH request to the specified URL."],["The request requires a `managedZone.name` path parameter which is the resource name of the Managed Zone in the format: `projects/{project}/locations/global/managedZones/{managedZone}`."],["The `updateMask` query parameter is required to specify the list of fields to update, such as `description`, `labels`, `targetProject`, and `target_network`."],["The request body must include an instance of `ManagedZone`, and a successful response will contain an instance of `Operation`."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]