This commit is contained in:
@@ -209,7 +209,7 @@ namespace AyaNova.Api.Controllers
|
||||
//assuming there is some weird edge case where people want to move beyond that max value for some reason I'm settling on a sanity check of 3 billion 3,000,000,000
|
||||
if (nextSeed == 0 || nextSeed > 3000000000)
|
||||
return BadRequest(new ApiErrorResponse(ApiErrorCode.VALIDATION_INVALID_VALUE, "nextSeed", "> 0 or < 3,000,000,000"));
|
||||
todo: help page and translation keys
|
||||
|
||||
string SequenceName = string.Empty;
|
||||
//confirm this number is not in use and set correct sequence name to alter
|
||||
switch (aType)
|
||||
|
||||
Reference in New Issue
Block a user