From 0f5777d498bc5feb9a743367fe458721ef8f32e4 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 18 Jan 2023 09:05:34 -0500 Subject: [PATCH] 2023-01-18 Fred Gleason * Corrected errors in the WebAPI documentation regarding the argument type of the 'LINE_TIME_TYPE' field in the 'SaveLog' call. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ docs/apis/web_api.xml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fdbfe0b3..74165eab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23924,3 +23924,6 @@ target. 2023-01-17 Fred Gleason * Incremented the package version to 4.0.0rc1int0. +2023-01-18 Fred Gleason + * Corrected errors in the WebAPI documentation regarding the + argument type of the 'LINE_TIME_TYPE' field in the 'SaveLog' call. diff --git a/docs/apis/web_api.xml b/docs/apis/web_api.xml index dc55077d..4de5cff7 100644 --- a/docs/apis/web_api.xml +++ b/docs/apis/web_api.xml @@ -3682,10 +3682,10 @@ Start time type. - Mandatory. One of the following key words: + Mandatory. Integer enumeration, as follows: - Hard - Relative + 0 - [Relative] + 1 - [Hard]