2023-01-18 Fred Gleason <fredg@paravelsystems.com>

* Corrected errors in the WebAPI documentation regarding the
	argument type of the 'LINE<n>_TIME_TYPE' field in the 'SaveLog' call.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2023-01-18 09:05:34 -05:00
parent 5015d0a73c
commit 0f5777d498
2 changed files with 6 additions and 3 deletions

View File

@ -23924,3 +23924,6 @@
target. target.
2023-01-17 Fred Gleason <fredg@paravelsystems.com> 2023-01-17 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.0.0rc1int0. * Incremented the package version to 4.0.0rc1int0.
2023-01-18 Fred Gleason <fredg@paravelsystems.com>
* Corrected errors in the WebAPI documentation regarding the
argument type of the 'LINE<n>_TIME_TYPE' field in the 'SaveLog' call.

View File

@ -3682,10 +3682,10 @@
Start time type. Start time type.
</entry> </entry>
<entry> <entry>
Mandatory. One of the following key words: Mandatory. Integer enumeration, as follows:
<simplelist> <simplelist>
<member><userinput>Hard</userinput></member> <member><userinput>0</userinput> - [Relative]</member>
<member><userinput>Relative</userinput></member> <member><userinput>1</userinput> - [Hard]</member>
</simplelist> </simplelist>
</entry> </entry>
</row> </row>