User assigned name of the response policy addressed by this request.
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.
[[["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-05-19 UTC."],[[["\u003cp\u003eThis page details how to partially update an existing Response Policy using a PATCH request to the Google Cloud DNS API.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request structure is \u003ccode\u003ePATCH https://dns.googleapis.com/dns/v1beta2/projects/{project}/responsePolicies/{responsePolicy}\u003c/code\u003e, and follows gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eRequired path parameters include \u003ccode\u003eproject\u003c/code\u003e to identify the target project, and \u003ccode\u003eresponsePolicy\u003c/code\u003e which requires the name of the specific policy you are targeting.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain a \u003ccode\u003eResponsePolicy\u003c/code\u003e instance, and if the request is successful, the response body will also contain a \u003ccode\u003eResponsePolicy\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires either the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/ndev.clouddns.readwrite\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: responsePolicies.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ResponsePoliciesPatchResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nApplies a partial update to an existing Response Policy.\n\n### HTTP request\n\n`PATCH https://dns.googleapis.com/dns/v1beta2/projects/{project}/responsePolicies/{responsePolicy}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [ResponsePolicy](/dns/docs/reference/rest/v1beta2/responsePolicies#ResponsePolicy).\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/ndev.clouddns.readwrite`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/external/authorization-gcp)."]]