mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/api/scheduler_api.md
Co-authored-by: Cassie Coyle <cassie.i.coyle@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
d139e95e23
commit
b297b85312
|
@ -17,7 +17,7 @@ With the Scheduler API, you can orchestrate jobs and tasks in your environment.
|
|||
Schedule a job with the given name.
|
||||
|
||||
```
|
||||
POST http://localhost:3500/v1.0-alpha1/scheduler/job/schedule/<name>
|
||||
POST http://localhost:3500/v1.0-alpha1/job/schedule/<name>
|
||||
```
|
||||
|
||||
### URL parameters
|
||||
|
|
Loading…
Reference in New Issue