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.

breadthinteger,null<int32>nullable

Grouping breadth mirroring [ReviewQueueQuery::breadth] (clamped to {1,2,3}, default 1).

Possible values: >= 0

Default value: null
formatstring | nullnullable
Default value: null
idsstring[]
Default value: []
qstring | nullnullable
Default value: null
searchQuerystring | nullnullable

Release-group filter mirroring [ReviewQueueQuery::search_query], so "reject/retry the whole group" acts on exactly the releases the chip shows.

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