This commit is contained in:
@@ -52,7 +52,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// <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>
|
||||
/// <param name="e2e">End to end testing mode for automated testing; false is default and faster</param>
|
||||
/// <returns>Job Id</returns>
|
||||
[HttpPost("seed/{size}/{timeZoneOffset}/{variant}")]
|
||||
[HttpPost("seed/{size}/{timeZoneOffset}/{e2e}")]
|
||||
public async Task<IActionResult> SeedTrialDatabase([FromRoute] string size, [FromRoute] decimal timeZoneOffset, [FromRoute] bool e2e = false)
|
||||
{
|
||||
if (serverState.IsClosed)
|
||||
|
||||
Reference in New Issue
Block a user