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:
nullidsstring[]
Default value:
[]qstring | nullnullable
Default value:
nullsourceNamestring | nullnullable
Default value:
nullstatusstring | nullnullable
Default value:
nullBulkReviewRequest
{
"format": null,
"ids": [
"string"
],
"q": null,
"sourceName": null,
"status": null
}