mirror of https://github.com/dapr/docs.git
Merge branch 'issue_3915' of https://github.com/hhunter-ms/docs into issue_3915
This commit is contained in:
commit
8d54f6b571
|
@ -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
|
||||
|
@ -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