This commit is contained in:
2019-06-25 00:00:56 +00:00
parent 52b2c16ccb
commit 20c5af6626
4 changed files with 40 additions and 3 deletions

View File

@@ -53,8 +53,8 @@ namespace AyaNova.Api.Controllers
/// Any
///
/// </summary>
/// <param name="formkey"></param>
/// <param name="concurrencyToken"></param>
/// <param name="formkey">The official form key used by AyaNova</param>
/// <param name="concurrencyToken">A prior concurrency token used to check if there are any changes without using up bandwidth sending unnecessary data</param>
/// <returns>A single FormCustom</returns>
[HttpGet("{formkey}")]
public async Task<IActionResult> GetFormCustom([FromRoute] string formkey, [FromQuery] uint? concurrencyToken)