We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d46b5 commit ad5c175Copy full SHA for ad5c175
doc/web-api/cron-trigger.md
@@ -50,7 +50,7 @@ curl http://localhost:9001/api/CronTrigger/ID
50
### Create a New CronTrigger
51
POST api/CronTrigger
52
```sh
53
-curl --data "JobType=IntegrationEngine.ConsoleHost.Car.CarMailMessageJob&CronExpressionString=0 3 4 ? * MON-FRI *&TimeZoneId=America/New_York" http://localhost:9001/api/CronTrigger
+curl --data "JobType=IntegrationEngine.ConsoleHost.Car.CarMailMessageJob&CronExpressionString=0 3 4 ? * MON-FRI *" http://localhost:9001/api/CronTrigger
54
```
55
56
### Update a Specific CronTrigger by ID
0 commit comments