Skip to main content

BulkAddWantToReadResponse

Outcome of a bulk add: how many entries were newly added versus already in the queue (existing IDs that were skipped).

addedintegerrequired

Number of entries newly inserted into the queue.

Possible values: >= 0

Example: 3
alreadyPresentintegerrequired

Number of provided (existing) items that were already in the queue.

Possible values: >= 0

Example: 1
BulkAddWantToReadResponse
{
"added": 3,
"alreadyPresent": 1
}