This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user