Skip to content

Commit d97fb92

Browse files
committed
adding the metadata piece in postman tutorial
1 parent 5dd5fdc commit d97fb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/access-fhir-postman-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Using Postman, do a `GET` request to `https://fhir-server-url/metadata`:
3838

3939
![Postman Metadata Capability Statement](media/tutorial-postman/postman-metadata.png)
4040

41-
The metadata URL for Azure API for FHIR is `https://MYACCOUNT.azurehealthcareapis.com`. In this example, the FHIR server URL is `https://fhirdocsmsft.azurewebsites.net` and the capability statement of the server is available at `https://fhirdocsmsft.azurewebsites.net/metadata`. That endpoint should be accessible without authentication.
41+
The metadata URL for Azure API for FHIR is `https://MYACCOUNT.azurehealthcareapis.com/metadata`. In this example, the FHIR server URL is `https://fhirdocsmsft.azurewebsites.net` and the capability statement of the server is available at `https://fhirdocsmsft.azurewebsites.net/metadata`. That endpoint should be accessible without authentication.
4242

4343
If you attempt to access restricted resources, you should get an "Authentication failed" response:
4444

0 commit comments

Comments
 (0)