Skip to content

Commit

Permalink
Update delete job examples in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinsauce committed Sep 16, 2024
1 parent 1bf777a commit 99b6eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/api/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ values={[

```jsx title="Sample Request"
curl -u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" --location \
--request DELETE 'https://api.us-west-1.saucelabs.com/rest/v1.1/jobs/a521fd8a78c4426fb10ab765ab1f6831' | json_pp
--request DELETE 'https://api.us-west-1.saucelabs.com/rest/v1/john.doe/jobs/a521fd8a78c4426fb10ab765ab1f6831' | json_pp
```

</TabItem>
Expand All @@ -617,7 +617,7 @@ curl -u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" --location \

```jsx title="Sample Request"
curl -u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" --location \
--request DELETE 'https://api.eu-central-1.saucelabs.com/rest/v1.1/jobs/a521fd8a78c4426fb10ab765ab1f6831' | json_pp
--request DELETE 'https://api.eu-central-1.saucelabs.com/rest/v1/john.doe/jobs/a521fd8a78c4426fb10ab765ab1f6831' | json_pp
```

</TabItem>
Expand Down

0 comments on commit 99b6eef

Please sign in to comment.