Skip to content

Commit 6ad7cc8

Browse files
authored
Fixes: MicrosoftDocs/azure-docs/issues/54612
https://github.com/MicrosoftDocs/azure-docs/issues/54612 - added more details
1 parent f3c245c commit 6ad7cc8

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)