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:13:58 -05:00
parent 3f72beef5a
commit 8d838928a2
2 changed files with 6 additions and 3 deletions

View File

@@ -20959,3 +20959,6 @@
of the 'direct' name space. of the 'direct' name space.
2022-11-21 Fred Gleason <fredg@paravelsystems.com> 2022-11-21 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 3.6.6int0. * Incremented the package version to 3.6.6int0.
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>