This commit is contained in:
@@ -46,10 +46,6 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
/// <summary>
|
||||
/// Get License info
|
||||
///
|
||||
/// Required roles:
|
||||
/// AuthorizationRoles.BizAdminFull | AuthorizationRoles.OpsAdminFull |
|
||||
/// AuthorizationRoles.BizAdminLimited | AuthorizationRoles.OpsAdminLimited
|
||||
/// </summary>
|
||||
/// <returns>Information about the currently installed license in AyaNova</returns>
|
||||
[HttpGet()]
|
||||
@@ -79,9 +75,6 @@ namespace AyaNova.Api.Controllers
|
||||
///
|
||||
/// Posting to this route causes AyaNova to attempt to refresh it's license
|
||||
/// from the AyaNova license server
|
||||
///
|
||||
/// Required roles:
|
||||
/// AuthorizationRoles.BizAdminFull | AuthorizationRoles.OpsAdminFull
|
||||
/// </summary>
|
||||
/// <returns>On success returns information about the currently installed license in AyaNova</returns>
|
||||
[HttpPost]
|
||||
@@ -140,10 +133,6 @@ 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
|
||||
///
|
||||
/// Required roles:
|
||||
/// [OpsFull, BizAdminFull]
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="requestData"></param>
|
||||
/// <returns>HTTP 204 No Content result code on success or fail code with explanation</returns>
|
||||
|
||||
Reference in New Issue
Block a user