Skip to content

Commit 1707206

Browse files
Merge pull request #290873 from JanSchietse/RIdoc_PostGA_ref2
R idoc post ga ref2 (fix api links)
2 parents 01d0df3 + 5fe219f commit 1707206

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/azure-health-insights/radiology-insights/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ items:
4343
- name: Tutorial
4444
href: tutorial.md
4545
- name: REST API
46-
href: /java/api/com.azure.health.insights.radiologyinsights
46+
href: /rest/api/cognitiveservices/healthinsights/radiology-insights?view=rest-cognitiveservices-healthinsights-2024-04-01
4747
- name: SDKs
4848
items:
4949
- name: .NET
@@ -52,6 +52,8 @@ items:
5252
href: /java/api/overview/azure/health-insights-radiologyinsights-readme
5353
- name: Python
5454
href: /python/api/overview/azure/healthinsights-radiologyinsights-readme
55+
# still being finalized- name: JavaScript
56+
# href: /javascript/api/overview/azure/health-insights-radiologyinsights-rest-readme
5557
- name: Resources
5658
items:
5759
- name: FAQ

articles/azure-health-insights/radiology-insights/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Service URL to access your service is: https://```YOUR-NAME```.cognitiveserv
2929
To send an API request, you need the endpoint and key of your Azure AI Health Insights service.
3030

3131

32-
You can also find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/radiology-insights/create-job).
32+
You can also find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/radiology-insights/create-job?view=rest-cognitiveservices-healthinsights-2024-04-01).
3333

3434

3535
![[Screenshot of the Keys and Endpoints for the Radiology Insights.](../media/keys-and-endpoints.png)](../media/keys-and-endpoints.png#lightbox)
@@ -156,7 +156,7 @@ Ocp-Apim-Subscription-Key: {cognitive-services-account-key}
156156
}
157157
```
158158

159-
You can also find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/radiology-insights/create-job).
159+
You can also find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/radiology-insights/create-job?view=rest-cognitiveservices-healthinsights-2024-04-01).
160160

161161

162162

@@ -206,7 +206,7 @@ Ocp-Apim-Subscription-Key: {cognitive-services-account-key}
206206
}
207207
```
208208

209-
You can also find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/radiology-insights/get-job).
209+
You can also find a full view of the [request parameters here](/rest/api/cognitiveservices/healthinsights/radiology-insights/get-job?view=rest-cognitiveservices-healthinsights-2024-04-01).
210210

211211
## Data limits
212212

0 commit comments

Comments
 (0)