POST https://admanager.googleapis.com/v1/{parent}/entitySignalsMappings:batchUpdate
Path parameters
Parameters
parent
string
Required. The parent resource where EntitySignalsMappings will be updated. Format: networks/{networkCode} The parent field in the UpdateEntitySignalsMappingRequest must match this field.
Request body
The request body contains data with the following structure:
The EntitySignalsMapping's name is used to identify the EntitySignalsMapping to update. Format: networks/{networkCode}/entitySignalsMappings/{entitySignalsMapping}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-23 UTC."],[[["This API allows for batch updating of `EntitySignalsMapping` objects, with a maximum of 100 objects per batch."],["The request must specify the parent network and include an array of `UpdateEntitySignalsMappingRequest` objects defining the updates."],["Successful responses will contain an array of the updated `EntitySignalsMapping` objects."],["Authorization requires the `https://www.googleapis.com/auth/admanager` OAuth scope."],["Each `UpdateEntitySignalsMappingRequest` object must specify the `EntitySignalsMapping` to update and the fields to be modified using a `FieldMask`."]]],["This API uses a `POST` request to `https://admanager.googleapis.com/v1/{parent}/entitySignalsMappings:batchUpdate` to update multiple `EntitySignalsMapping` objects. The `parent` parameter specifies the network. The request body contains an array of `UpdateEntitySignalsMappingRequest` objects, with a limit of 100. Each request includes the `entitySignalsMapping` to update and an `updateMask`. Successful responses return an array of the updated `EntitySignalsMapping` objects. The operation requires the `https://www.googleapis.com/auth/admanager` OAuth scope.\n"]]