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 is used to update an existing ManagedZone resource within a specified project."],["The request is made using a `PUT` HTTP method to the provided URL, which follows gRPC Transcoding syntax."],["The request requires two path parameters: `project` to identify the project and `managedZone` to specify the target managed zone by name or ID."],["A client-specified, unique `clientOperationId` string can be passed as an optional query parameter for mutating operations."],["Successful requests will return an `Operation` object, and the body of the request must contain the `ManagedZone` object."]]],[]]