This commit is contained in:
@@ -146,7 +146,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// Posting to this route causes AyaNova to request a trial license key from the AyaNova license server
|
||||
/// Database must be empty and unlicensed or trial license
|
||||
/// </summary>
|
||||
/// <param name="requestData"></param>
|
||||
/// <param name="trialRequest"></param>
|
||||
/// <returns>HTTP 204 No Content result code on success or fail code with explanation</returns>
|
||||
[HttpPost("trialRequest")]
|
||||
public async Task<IActionResult> RequestTrial([FromBody] RequestTrial trialRequest)
|
||||
|
||||
Reference in New Issue
Block a user