BlocksIds
BlocksIds Model
Defines the structure for specifying a collection of block identifiers, used for operations that target multiple blocks simultaneously.
blocks_ids (array) Required
Array of block identifiers to be processed or manipulated.
Minimum items: 1
Item type: integer
Item range: Minimum value: 1
Example
{
"blocks_ids": [
1
]
}