Skip to content

Commit

Permalink
fixed invalid paths with date instead of version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Tufts committed Jan 6, 2021
1 parent 05d660e commit 7203e2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2020-12-15-preview",
"version": "v3.1-preview.4",
"contact": {
"name": "Microsoft Cognitive Services",
"url": "https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics/",
Expand All @@ -23,7 +23,7 @@
}
],
"x-ms-parameterized-host": {
"hostTemplate": "{Endpoint}/text/analytics/2020-12-15-preview",
"hostTemplate": "{Endpoint}/text/analytics/v3.1-preview.4",
"useSchemePrefix": false,
"parameters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"responses": {
"202": {
"headers": {
"Operation-Location": "{endpoint}/text/analytics/2020-12-15-preview/analyze/jobs/{jobId}"
"Operation-Location": "{endpoint}/text/analytics/v3.1-preview.4/analyze/jobs/{jobId}"
}
},
"400": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"responses": {
"202": {
"headers": {
"Operation-Location": "{endpoint}/text/analytics/2020-12-15-preview/entities/healthcare/jobs/{jobId}"
"Operation-Location": "{endpoint}/text/analytics/v3.1-preview.4/entities/healthcare/jobs/{jobId}"
}
},
"404": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"responses": {
"202": {
"headers": {
"Operation-Location": "{endpoint}/text/analytics/2020-12-15-preview/entities/healthcare/jobs/{jobId}"
"Operation-Location": "{endpoint}/text/analytics/v3.1-preview.4/entities/healthcare/jobs/{jobId}"
}
},
"400": {
Expand Down

0 comments on commit 7203e2b

Please sign in to comment.