This commit is contained in:
@@ -166,7 +166,7 @@ namespace AyaNova.Api.Controllers
|
|||||||
/// <param name="aType"> one of PurchaseOrder, Workorder, PM, Quote serialized object types</param>
|
/// <param name="aType"> one of PurchaseOrder, Workorder, PM, Quote serialized object types</param>
|
||||||
/// <param name="nextSeed">Next value to use</param>
|
/// <param name="nextSeed">Next value to use</param>
|
||||||
/// <returns>OK or error response if not a valid value (seed number already in use)</returns>
|
/// <returns>OK or error response if not a valid value (seed number already in use)</returns>
|
||||||
[HttpPut("seeds/{ayaType}/{nextSeed}")]
|
[HttpPut("seeds/{aType}/{nextSeed}")]
|
||||||
public async Task<IActionResult> SetNextSeed([FromRoute] AyaType aType, [FromRoute] long nextSeed)
|
public async Task<IActionResult> SetNextSeed([FromRoute] AyaType aType, [FromRoute] long nextSeed)
|
||||||
{
|
{
|
||||||
if (serverState.IsClosed)
|
if (serverState.IsClosed)
|
||||||
|
|||||||
Reference in New Issue
Block a user