This commit is contained in:
@@ -50,7 +50,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// <param name="dataListSelection"></param>
|
||||
/// <returns>downloadable export file name</returns>
|
||||
[HttpPost("render/{format}")]
|
||||
public async Task<IActionResult> RenderExport([FromRoute] string format, [FromBody] DataListSelectionOptions dataListSelection)
|
||||
public async Task<IActionResult> RenderExport([FromRoute] string format, [FromBody] DataListSelectedProcessingOptions dataListSelection)
|
||||
{
|
||||
|
||||
if (!serverState.IsOpen)
|
||||
|
||||
Reference in New Issue
Block a user