Merge branch 'issue_3915' of https://github.com/hhunter-ms/docs into issue_3915

This commit is contained in:
Hannah Hunter 2024-06-17 15:42:01 -04:00
commit 8d54f6b571
1 changed files with 2 additions and 2 deletions

View File

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