public async Task <IActionResult> UpdateBlocks([FromBody] List <BlockDto> list) => OkOrBadRequest(await blockService.UpdateAll(list));