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
694aeb4bc5
commit
dad9a8c616
|
@ -79,7 +79,7 @@ The API call will provide a response similar to this:
|
|||
Delete a job you've created and scheduled with its given name.
|
||||
|
||||
```
|
||||
DELETE http://localhost:3500/v1.0-alpha1/scheduler/job/<name>
|
||||
DELETE http://localhost:3500/v1.0-alpha1/job/<name>
|
||||
```
|
||||
|
||||
### URL parameters
|
||||
|
|
Loading…
Reference in New Issue