This commit is contained in:
@@ -44,8 +44,9 @@ namespace AyaNova.Api.Controllers
|
||||
/// "Small" - a small one man shop dataset
|
||||
/// "Medium" - Local service company with multiple employees and departments dataset
|
||||
/// "Large" - Large corporate multi regional dataset
|
||||
/// "Huge" - Used for automated testing and development, if you choose this it will take a very long time (15 minutes to overnight)
|
||||
/// </summary>
|
||||
/// <param name="size">Valid values are "Small", "Medium", "Large"</param>
|
||||
/// <param name="size">Valid values are "Small", "Medium", "Large", "Huge"</param>
|
||||
/// <returns></returns>
|
||||
[HttpPost("seed/{size}")]
|
||||
public ActionResult SeedTrialDatabase([FromRoute] string size)
|
||||
|
||||
Reference in New Issue
Block a user