From 2c428d00edfa48ab490019e456d1b1052fafe016 Mon Sep 17 00:00:00 2001 From: Luyao Zhang Date: Fri, 29 Dec 2023 14:11:04 +0100 Subject: [PATCH] Update authentication.md --- content/en/docs/apidocs-mxsdk/apidocs/authentication.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/authentication.md b/content/en/docs/apidocs-mxsdk/apidocs/authentication.md index d5ee87b1aba..354d56aacef 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/authentication.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/authentication.md @@ -10,7 +10,7 @@ tags: ["API", "API Key", "Authentication"] ## 1 Introduction -Most Mendix Platform APIs require their users to authenticate themselves. This is done by using API keys. +Most Mendix Platform APIs require you to authenticate yourself. This is done by using API keys. ## 2 Obtaining API Keys @@ -22,3 +22,5 @@ Any call to the Mendix Platform APIs should be authenticated using the following * `Mendix-Username` – the login name of the requesting user with the required privileges in the Mendix Platform * `Mendix-ApiKey` – the API key of this user + +For an example, see one of the [Request](/apidocs-mxsdk/apidocs/deploy-api/#list-environments-request) sections in *Deploy API – Version 1*.