This commit is contained in:
@@ -47,9 +47,8 @@ namespace AyaNova.Api.Controllers
|
||||
/// </summary>
|
||||
/// <param name="format">Valid values are: "csv","json"</param>
|
||||
/// <param name="dataListSelection"></param>
|
||||
|
||||
/// <returns>downloadable export file name</returns>
|
||||
[HttpPost("render")]
|
||||
[HttpPost("render/{format}")]
|
||||
public async Task<IActionResult> RenderExport([FromRoute] string format, [FromBody] DataListSelection dataListSelection)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user