Skip to content

Commit 13d46b5

Browse files
committed
Update docs
1 parent 5dca0e5 commit 13d46b5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/web-api/cron-trigger.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ The CronTrigger endpoint allows for an integration job to be scheduled by creati
3131
<tr><td>CronExpressionString</td><td><span class="label label-info">string</span></td>
3232
<td>A valid <a href="http://en.wikipedia.org/wiki/Cron#CRON_expression">cron expression</a>.</td>
3333
</tr>
34-
<tr><td>TimeZoneId</td><td><span class="label label-info">string</span></td>
35-
<td>A time zone string id, as defined by the TimeZone endpoint.</td>
36-
</tr>
3734
</tbody>
3835
</table>
3936
</div>

doc/web-api/log-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The LogEvent endpoint allows for the retrieval of log events.
3636
</tbody>
3737
</table>
3838
</div>
39-
### Get a List of TimeZones
39+
### Get a List of LogEvents
4040
GET api/LogEvent
4141
```sh
4242
curl http://localhost:9001/api/LogEvent

0 commit comments

Comments
 (0)