Skip to content

Commit 1a4706f

Browse files
shohei1029msakande
andauthored
Update articles/machine-learning/how-to-authenticate-online-endpoint.md
Co-authored-by: Mope Akande <[email protected]>
1 parent d980772 commit 1a4706f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-authenticate-online-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ curl --request POST "$SCORING_URI" --header "Authorization: Bearer $ENDPOINT_CRE
9292

9393
# [Python](#tab/python)
9494

95-
When calling the online endpoint for scoring, pass the key or token in the authorization header. The following example shows how to call the online endpoint using a key/token in Python:
95+
When calling the online endpoint for scoring, pass the key or token in the authorization header. The following example shows how to call the online endpoint using a key/token in Python. In the example, replace the `api_key` variable with your key/token you obtained.
9696

9797
```Python
9898
import urllib.request

0 commit comments

Comments
 (0)