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
c260119105
commit
694aeb4bc5
|
@ -50,7 +50,7 @@ The API call will provide a response similar to this:
|
|||
Get a job's data with its given name.
|
||||
|
||||
```
|
||||
GET http://localhost:3500/v1.0-alpha1/scheduler/job/<name>
|
||||
GET http://localhost:3500/v1.0-alpha1/job/<name>
|
||||
```
|
||||
|
||||
### URL parameters
|
||||
|
|
Loading…
Reference in New Issue