Skip to content

Commit b0d2870

Browse files
Merge pull request #246328 from adishachar/adishachar/use-containers-add-version
fix use-containers.md with adding version param
2 parents 2996d56 + f41b289 commit b0d2870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-health-insights/use-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This command:
129129
Use the example cURL request as a reference how to submit a query to the container you have deployed replacing the `serverURL` variable with the appropriate value.
130130

131131
```bash
132-
curl -X POST 'http://<serverURL>:5000/health-insights/<model>/' --header 'Content-Type: application/json' --header 'accept: application/json' --data-binary @example.json
132+
curl -X POST 'http://<serverURL>:5000/health-insights/<model>/jobs?api-version=<version>/' --header 'Content-Type: application/json' --header 'accept: application/json' --data-binary @example.json
133133
```
134134

135135
#### Example docker compose file

0 commit comments

Comments
 (0)