Output only. The fully qualified resource name of the target site. projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/siteSearchEngine/targetSites/{targetSite} The target_site_id is system-generated.
Request body
The request body contains an instance of TargetSite.
Response body
If successful, the response body contains an instance of Operation.
[[["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-02-28 UTC."],[[["This endpoint updates an existing `TargetSite` resource within a specified data store."],["The HTTP request uses a `PATCH` method at a specific URL that includes project, location, collection, data store, and target site identifiers."],["The request requires a `targetSite.name` path parameter, which is the unique, fully qualified resource name of the target site that needs to be updated."],["The request body should contain the updated `TargetSite` instance, and upon success, the response body contains an `Operation` instance."],["Updating a target site requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.targetSites.update`."]]],[]]