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*. diff --git a/content/en/docs/apidocs-mxsdk/apidocs/deploy-api-1.md b/content/en/docs/apidocs-mxsdk/apidocs/deploy-api-1.md index 380ca8c7f14..f2cf37ee896 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/deploy-api-1.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/deploy-api-1.md @@ -218,7 +218,7 @@ HTTP Method: GET URL: https://deploy.mendix.com/api/1/apps//environments ``` -#### 3.4.2 Request +#### 3.4.2 Request {#list-environments-request} **Request Parameter**