- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Update the Config for a given resource.
HTTP request
PATCH https://datalineage.googleapis.com/v1/{config.name}
Path parameters
| Parameters | |
|---|---|
config.name
|
Identifier. The resource name of the config. Format: |
Request body
The request body contains an instance of Config
.
Response body
If successful, the response body contains an instance of Config
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .
IAM Permissions
Requires the following IAM
permission on the name
resource:
-
datalineage.configs.update
For more information, see the IAM documentation .

