This commit is contained in:
@@ -72,7 +72,6 @@ namespace AyaNova.Api.Controllers
|
|||||||
//BULK OPS
|
//BULK OPS
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Bulk add tags to list of object id's specified
|
/// Bulk add tags to list of object id's specified
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -110,7 +109,6 @@ namespace AyaNova.Api.Controllers
|
|||||||
return Ok(ApiOkResponse.Response(await TagUtil.BulkAddAny(ayaType, tag, ct), true));
|
return Ok(ApiOkResponse.Response(await TagUtil.BulkAddAny(ayaType, tag, ct), true));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Bulk remove tags to list of object id's specified
|
/// Bulk remove tags to list of object id's specified
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user