Skip to content

Commit 3e21fc7

Browse files
authored
Fixes request example spelling error
The key "source" was misspelled as "sources", making the request invalid. The correct key is "source" as presented in previous example in the same page.
1 parent 107693f commit 3e21fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/dicom/export-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ POST /export HTTP/1.1
120120
Accept: */*
121121
Content-Type: application/json
122122
{
123-
"sources": {
123+
"source": {
124124
"type": "identifiers",
125125
"settings": {
126126
"values": [

0 commit comments

Comments
 (0)