This commit is contained in:
2020-12-10 18:03:00 +00:00
parent 3da1f1d37c
commit c6d8a951e4

View File

@@ -196,7 +196,7 @@ namespace AyaNova.Api.Controllers
/// <param name="dataListSelection"></param>
/// <returns>Job Id</returns>
[HttpPost("bulk-delete")]
public async Task<IActionResult> BulkAdd([FromBody] DataListSelection dataListSelection)
public async Task<IActionResult> BulkDeleteObjects([FromBody] DataListSelection dataListSelection)
{
if (!serverState.IsOpen)
return StatusCode(503, new ApiErrorResponse(serverState.ApiErrorCode, null, serverState.Reason));