Skip to content

Commit

Permalink
update examples for delete job POST (#26137)
Browse files Browse the repository at this point in the history
Co-authored-by: Rachel Teitelbaum <[email protected]>
  • Loading branch information
rachelsophia and rateitel authored Oct 10, 2023
1 parent 277ca9b commit e1017d9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"parameters": {
"api-version": "2023-10-31"
"api-version": "2023-10-31",
"timeoutInMinutes": "60"
},
"responses": {
"202": {
"headers": {
"Operation-Location": "https://instance-name/jobs/delete/{id}?api-version=2023-10-31",
"Operation-Location": "https://instance-name/jobs/deletions/{id}?api-version=2023-10-31",
"Operation-Id": "{id}"
},
"body": {
Expand Down

0 comments on commit e1017d9

Please sign in to comment.