Data Catalog API methods that are related to Data Catalog search and metadata are deprecated and will be discontinued on January 30, 2026. See Transition from Data Catalog to Dataplex Universal Catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
Modifies entry overview, part of the business context of an Entry.
To call this method, you must have the datacatalog.entries.updateOverview IAM permission on the corresponding project.
HTTP request
POST https://datacatalog.googleapis.com/v1/{name}:modifyEntryOverview
Path parameters
Parameters
name
string
Required. The full resource name of the entry. It takes the form projects/{project}/locations/{___location}/entryGroups/{entrygroup}/entries/{entries}.
Request body
The request body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-17 UTC."],[[["This endpoint modifies the overview of a specific Data Catalog entry, which is part of its business context."],["To use this method, you need the `datacatalog.entries.updateOverview` IAM permission on the project."],["The HTTP request is a `POST` method to a specific URL structure, requiring the full resource name of the entry in the path."],["The request body must include the new `EntryOverview` in JSON format."],["The response body, upon success, returns an instance of `EntryOverview`."]]],[]]