import { BulkUpdateLinksRequestBody } from "dub/models/operations";
let value: BulkUpdateLinksRequestBody = {
data: {},
};
Field | Type | Required | Description |
---|---|---|---|
linkIds |
string[] | ➖ | The IDs of the links to update. Takes precedence over externalIds . |
externalIds |
string[] | ➖ | The external IDs of the links to update as stored in your database. |
data |
operations.Data | ✔️ | N/A |