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:
nullformatstring | nullnullable
Default value:
nullidsstring[]
Default value:
[]qstring | nullnullable
Default value:
nullsearchQuerystring | nullnullable
Release-group filter mirroring [ReviewQueueQuery::search_query], so
"reject/retry the whole group" acts on exactly the releases the chip
shows.
Default value:
nullsourceNamestring | nullnullable
Default value:
nullstatusstring | nullnullable
Default value:
nullBulkReviewRequest
{
"breadth": null,
"format": null,
"ids": [
"string"
],
"q": null,
"searchQuery": null,
"sourceName": null,
"status": null
}