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 within a specified project."],["The HTTP request uses the `PATCH` method and requires the project and managed zone to be specified as path parameters in the URL."],["An optional `clientOperationId` can be included as a query parameter for mutating operation requests, which must be unique."],["The request body must include a `ManagedZone` instance, and the successful response returns an `Operation` instance."],["Authorization requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/ndev.clouddns.readwrite` OAuth scope."]]],[]]