Bulk is out Batch is in

This commit is contained in:
2020-12-10 18:27:31 +00:00
parent 75bf3d4bcc
commit 1fc4247149
10 changed files with 33 additions and 33 deletions

View File

@@ -424,7 +424,7 @@ namespace AyaNova.Api.Controllers
}
/// <summary>
/// Bulk delete attachments
/// Batch delete attachments
///
/// </summary>
/// <returns>No content</returns>
@@ -459,7 +459,7 @@ namespace AyaNova.Api.Controllers
return NoContent();
}
/// <summary>
/// Bulk move attachments
/// Batch move attachments
///
/// </summary>
/// <returns>No content</returns>