Skip to content

Commit ef1fe6b

Browse files
authored
Update rest-api-capabilities.md
1 parent 5f3b6fa commit ef1fe6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/healthcare-apis/fhir/rest-api-capabilities.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ The history interaction retrieves the history of either a particular resource, a
7474

7575
For example:
7676
`GET https://{{FHIR_URL}}/{resource type}/{resource id}/_history
77-
GET https://{{FHIR_URL}}/{resource type})/_history
78-
GET https://{{FHIR_URL}}/_history`
77+
GET https://{{FHIR_URL}}/{resource type})/_history`
7978

8079
The response is a Bundle with type set to history containing the specified version history, sorted with oldest versions last, and including deleted resources.
8180

0 commit comments

Comments
 (0)