This commit is contained in:
2018-12-18 18:37:15 +00:00
parent 1796aa3194
commit 2be97c7d37
6 changed files with 52 additions and 36 deletions

View File

@@ -56,10 +56,8 @@ namespace AyaNova.Api.Controllers
/// <summary>
/// Upload AyaNova 7 import file
///
/// Upload AyaNova 7 import file
/// Required roles: OpsAdminFull
///
/// </summary>
/// <returns>NameValue list of filenames and id's</returns>
[HttpPost]
@@ -182,10 +180,7 @@ namespace AyaNova.Api.Controllers
/// <summary>
/// Get AyaNova 7 data dump uploaded files list
///
/// Required roles: OpsAdminFull
///
/// This list cannot be filtered or queried
///
/// Required roles: OpsAdminFull
/// </summary>
/// <returns>List of uploaded data dump files</returns>
[HttpGet]
@@ -214,7 +209,8 @@ namespace AyaNova.Api.Controllers
/// <summary>
/// Start import of previously uploaded import file
/// *ERASE DATABASE and start import of previously uploaded import file
/// **This will permanently erase all current data in database without further warning as the first step in the import process**
///
/// Required roles: OpsAdminFull
///