- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates the AutoMigrationConfig for a given project and location.
HTTP request
PATCH https://config.googleapis.com/v1/{autoMigrationConfig.name=projects/*/locations/*/autoMigrationConfig}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
autoMigrationConfig.name |
Identifier. The name of the AutoMigrationConfig. Format: 'projects/{projectId}/locations/{location}/AutoMigrationConfig'. It takes the form |
Query parameters
| Parameters | |
|---|---|
updateMask |
Optional. The update mask applies to the resource. See This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of AutoMigrationConfig.
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.