ReorderWantToReadRequest
Request to set the manual (custom) order of the queue.
entryIdsstring<uuid>[]required
Every entry ID of the queue in the desired order. Entries not listed keep their old positions; unknown IDs are ignored.
Example:
["550e8400-e29b-41d4-a716-446655440001"]ReorderWantToReadRequest
{
"entryIds": [
"550e8400-e29b-41d4-a716-446655440001"
]
}