Skip to content

Commit 3c986e3

Browse files
committed
Update doc
1 parent 94bce5e commit 3c986e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ namespace MyProject
6868
```
6969

7070
## Schedule a Job
71-
Post an HTTP request to the IntegrationServer API's IntegrationJob resource with a _JobType_ of
71+
Post an HTTP request to the IntegrationServer API's CronTrigger resource with a _JobType_ of
7272
"MyProject.MyIntegrationJob" - the full name of the job.
7373

7474
```sh
75-
curl --data "JobType=MyProject.MyIntegrationJob" http://localhost:9001/api/integrationjob
75+
curl --data "JobType=MyProject.MyIntegrationJob&CronExpressionString=0 4 1 ? * MON-FRI *" http://localhost:9001/api/CronTrigger
7676
```

0 commit comments

Comments
 (0)