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