Method: folders.locations.config.patch

Update the Config for a given resource.

HTTP request

PATCH https://datalineage.googleapis.com/v1/{config.name}

Path parameters

Parameters
config.name

string

Identifier. The resource name of the config. Format: organizations/{organization_id}/locations/global/config folders/{folder_id}/locations/global/config projects/{projectId}/locations/global/config projects/{project_number}/locations/global/config It takes the form folders/{folder}/locations/{location}/config.

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.