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:
Hannah Hunter 2024-06-17 15:13:51 -04:00 committed by GitHub
parent d139e95e23
commit b297b85312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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