We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d210b7 commit a297422Copy full SHA for a297422
articles/communication-services/tutorials/includes/hmac-header-python.md
@@ -77,7 +77,7 @@ request_uri = f"{resource_endpoint}{path_and_query}"
77
# Endpoint identities?api-version=2021-03-07 accepts list of scopes as a body.
78
scopes = ["chat"]
79
80
-serialized_body = dumps(scopes)
+serialized_body = json.dumps(scopes)
81
content = serialized_body.encode("utf-8")
82
```
83
0 commit comments