From e1017d9ab49f41296177b4f4c9ac741fb7de044d Mon Sep 17 00:00:00 2001 From: rachelsophia <32373658+rachelsophia@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:27:01 -0700 Subject: [PATCH] update examples for delete job POST (#26137) Co-authored-by: Rachel Teitelbaum --- .../stable/2023-10-31/examples/DeleteJobPost.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2023-10-31/examples/DeleteJobPost.json b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2023-10-31/examples/DeleteJobPost.json index 965bfb715246..0090809e9d7d 100644 --- a/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2023-10-31/examples/DeleteJobPost.json +++ b/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2023-10-31/examples/DeleteJobPost.json @@ -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": {