Skip to main content

BulkReviewRequest

Shared body for the bulk review actions. The target set is either an explicit ids list (when non-empty) or every queue release matching the filter fields. An all-empty body targets the entire queue. The filters mirror [ReviewQueueQuery] so "select all matching" acts on exactly what the list endpoint shows; explicit ids are still intersected with the queue statuses so a decided release can't be re-acted on.

formatstring | nullnullable
Default value: null
idsstring[]
Default value: []
qstring | nullnullable
Default value: null
sourceNamestring | nullnullable
Default value: null
statusstring | nullnullable
Default value: null
BulkReviewRequest
{
"format": null,
"ids": [
"string"
],
"q": null,
"sourceName": null,
"status": null
}