Required. Field mask specifies the fields to update in the data exchange resource. The fields specified in the updateMask are relative to the resource and are not a full request.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of DataExchange.
Response body
If successful, the response body contains an instance of DataExchange.
[[["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 2024-07-12 UTC."],[[["This endpoint is used to update an existing data exchange within the Analytics Hub."],["The `PATCH` HTTP method is used, with the data exchange resource name specified in the URL's path."],["The `updateMask` query parameter is required to specify which fields within the data exchange resource should be updated."],["The request and response bodies both utilize the `DataExchange` resource to send and receive the new data exchange data."],["The user needs to have one of the listed OAuth scopes and the `analyticshub.dataExchanges.update` IAM permission to update a data exchange."]]],[]]