- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a ScanConfig. This method support partial update of a ScanConfig.
HTTP request
PATCH https://websecurityscanner.googleapis.com/v1/{scanConfig.name=projects/*/scanConfigs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
scan |
The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system. |
Query parameters
Parameters | |
---|---|
update |
Required. The update mask applies to the resource. For the This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of ScanConfig
.
Response body
If successful, the response body contains an instance of ScanConfig
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.