Skip to content

Commit ed74eb7

Browse files
committed
Adds missing quote in command line example.
1 parent 7c030af commit ed74eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/dicom/dicomweb-standard-apis-curl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Some programming languages and tools behave differently. For instance, some requ
113113
```
114114
curl --request POST "{Service URL}/v{version}/studies/1.2.826.0.1.3680043.8.498.13230779778012324449356534479549187420"
115115
--header "Accept: application/dicom+json"
116-
--header "Content-Type: multipart/related; type=\"application/dicom\"
116+
--header "Content-Type: multipart/related; type=\"application/dicom\""
117117
--header "Authorization: Bearer {token value}"
118118
--form "file1=@{path-to-dicoms}/blue-circle.dcm;type=application/dicom"
119119
```

0 commit comments

Comments
 (0)