This commit is contained in:
@@ -250,7 +250,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// <param name="toTag"></param>
|
||||
/// <param name="idList"></param>
|
||||
/// <returns>Job Id</returns>
|
||||
[HttpPost("bulk-replace/{ayaType}/{tag}")]
|
||||
[HttpPost("bulk-replace/{ayaType}/{fromTag}")]
|
||||
public async Task<IActionResult> BulkReplace([FromRoute] AyaType ayaType, [FromRoute] string fromTag, [FromQuery] string toTag, [FromBody] List<long> idList)
|
||||
{
|
||||
if (!serverState.IsOpen)
|
||||
@@ -296,7 +296,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// <param name="fromTag"></param>
|
||||
/// <param name="toTag"></param>
|
||||
/// <returns>Job Id</returns>
|
||||
[HttpPost("bulk-replace-any/{ayaType}/{tag}")]
|
||||
[HttpPost("bulk-replace-any/{ayaType}/{fromTag}")]
|
||||
public async Task<IActionResult> BulkReplaceAny([FromRoute] AyaType ayaType, [FromRoute] string fromTag, [FromQuery] string toTag)
|
||||
{
|
||||
if (!serverState.IsOpen)
|
||||
|
||||
Reference in New Issue
Block a user