This commit is contained in:
2018-12-11 20:32:54 +00:00
parent dd31c18520
commit 1c80014a31
6 changed files with 21 additions and 1348 deletions

View File

@@ -49,7 +49,7 @@ namespace AyaNova.Api.Controllers
/// <param name="size">Valid values are "Small", "Medium", "Large", "Huge"</param>
/// <param name="timeZoneOffset">Value in hours of local time zone offset from UTC / GMT. This ensures that data is generated relative to the desired time zone</param>
/// <returns></returns>
[HttpPost("seed/{size}")]
[HttpPost("seed/{size}/{timeZoneOffset}")]
public ActionResult SeedTrialDatabase([FromRoute] string size,[FromRoute] decimal timeZoneOffset )
{
if (!serverState.IsOpen)