Skip to content

Commit 83dfc75

Browse files
authored
Fix attachment sample (#33501)
1 parent 4a97107 commit 83dfc75

File tree

1 file changed

+1
-1
lines changed
  • sdk/communication/azure-communication-email

1 file changed

+1
-1
lines changed

sdk/communication/azure-communication-email/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ message = {
147147
"attachments": [
148148
{
149149
"name": "attachment.txt",
150-
"attachmentType": "text/plain",
150+
"contentType": "text/plain",
151151
"contentInBase64": file_bytes_b64.decode()
152152
}
153153
]

0 commit comments

Comments
 (0)