This commit is contained in:
2020-03-18 19:56:58 +00:00
parent 6253a838f6
commit c99eed383f
8 changed files with 13 additions and 26 deletions

View File

@@ -98,7 +98,7 @@ namespace AyaNova.Api.Controllers
/// Get available types allowed for Custom fields
/// Used to build UI for customizing a form
/// These values are a subset of the AyaDataTypes values
/// which can be fetched from the EnumPickList route
/// which can be fetched from the EnumList route
/// </summary>
/// <returns>A list of valid values for custom field types</returns>
[HttpGet("AvailableCustomTypes")]