Skip to content

Commit 60f6202

Browse files
authored
Merge pull request #115833 from GiftA-MSFT/patch-34
Fixes: MicrosoftDocs/azure-docs/issues/54612
2 parents 8dc4821 + 6ad7cc8 commit 60f6202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/form-recognizer/quickstarts/python-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To start analyzing the layout, you call the **[Analyze Layout](https://westus2.d
5151

5252
headers = {
5353
# Request headers
54-
'Content-Type': '<file type>',
54+
'Content-Type': 'application/json',
5555
'Ocp-Apim-Subscription-Key': apim_key,
5656
}
5757
with open(source, "rb") as f:

0 commit comments

Comments
 (0)