Skip to content

Commit ad5c175

Browse files
committed
Update docs
1 parent 13d46b5 commit ad5c175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/web-api/cron-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ curl http://localhost:9001/api/CronTrigger/ID
5050
### Create a New CronTrigger
5151
POST api/CronTrigger
5252
```sh
53-
curl --data "JobType=IntegrationEngine.ConsoleHost.Car.CarMailMessageJob&CronExpressionString=0 3 4 ? * MON-FRI *&TimeZoneId=America/New_York" http://localhost:9001/api/CronTrigger
53+
curl --data "JobType=IntegrationEngine.ConsoleHost.Car.CarMailMessageJob&CronExpressionString=0 3 4 ? * MON-FRI *" http://localhost:9001/api/CronTrigger
5454
```
5555

5656
### Update a Specific CronTrigger by ID

0 commit comments

Comments
 (0)