- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Applies a partial update to an existing Policy.
HTTP request
 PATCH https://dns.googleapis.com/dns/v1beta2/projects/{project}/policies/{policy} 
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| project |   Identifies the project addressed by this request. | 
| policy |   User given friendly name of the policy addressed by this request. | 
Query parameters
| Parameters | |
|---|---|
| client  |   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  Policy 
 
.
Response body
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
|  { 
 "policy" 
 : 
 { 
 object (  | 
| Fields | |
|---|---|
| policy |   | 
Authorization scopes
Requires one of the following OAuth scopes:
-  https://www.googleapis.com/auth/cloud-platform
-  https://www.googleapis.com/auth/ndev.clouddns.readwrite
For more information, see the Authentication Overview .

