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 94bce5e commit 3c986e3Copy full SHA for 3c986e3
doc/getting-started.md
@@ -68,9 +68,9 @@ namespace MyProject
68
```
69
70
## Schedule a Job
71
-Post an HTTP request to the IntegrationServer API's IntegrationJob resource with a _JobType_ of
+Post an HTTP request to the IntegrationServer API's CronTrigger resource with a _JobType_ of
72
"MyProject.MyIntegrationJob" - the full name of the job.
73
74
```sh
75
-curl --data "JobType=MyProject.MyIntegrationJob" http://localhost:9001/api/integrationjob
+curl --data "JobType=MyProject.MyIntegrationJob&CronExpressionString=0 4 1 ? * MON-FRI *" http://localhost:9001/api/CronTrigger
76
0 commit comments