Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
Query parameters
Parameters
clientOperationId
string
For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
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-02-21 UTC."],[[["This endpoint facilitates a partial update to an existing ManagedZone resource, allowing modifications to be applied."],["The HTTP request uses the PATCH method and requires both `project` and `managedZone` as path parameters within the URL."],["A `clientOperationId` can optionally be provided as a query parameter for mutating requests to uniquely identify the operation."],["The request body should include an instance of the `ManagedZone` resource, and a successful response returns an `Operation` instance."],["Authorization to use this endpoint requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/ndev.clouddns.readwrite` OAuth scope."]]],[]]