Request body carrying a set of entry IDs (used to add or remove entries from a collection).

interface IEntryIdsRequest {
    entryIds?: number[];
}

Implemented by

Properties

Properties

entryIds?: number[]

The IDs of the entries to add or remove. Must contain at least one entry ID.