This commit is contained in:
2020-01-23 22:56:01 +00:00
parent 866428776f
commit 784ea46fd1
24 changed files with 365 additions and 902 deletions

View File

@@ -43,7 +43,7 @@ namespace AyaNova.Api.Controllers
/// <summary>
/// Get list of data for selection / viewing
///
/// Required roles: Varies by list, if not allowed will return 403 - Not Authorized
/// Authorization varies list by list, will return 403 - Not Authorized if user has insufficient role
///
/// </summary>
/// <param name="listOptions">List key, Paging, filtering and sorting options</param>
@@ -78,8 +78,6 @@ namespace AyaNova.Api.Controllers
/// <summary>
/// List of all DataList keys available
///
/// Required roles: Any
/// </summary>
/// <returns>List of strings</returns>
[HttpGet("ListKeys")]
@@ -96,8 +94,6 @@ namespace AyaNova.Api.Controllers
/// <summary>
/// List of all fields for data list key specified
///
/// Required roles: Any
/// </summary>
/// <returns>List of DataListFieldDefinition</returns>
[HttpGet("ListFields")]