Skip to content

Commit 74a1027

Browse files
committed
fit-n-finish
1 parent ea94a99 commit 74a1027

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

powerapps-docs/developer/data-platform/webapi/setup-postman-environment.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Set up a Postman environment (Microsoft Dataverse for Apps)| MicrosoftDocs"
33
description: "Learn how to set up and configure a Postman environment that connects with Microsoft Dataverse environments."
4-
ms.date: 04/03/2022
4+
ms.date: 05/04/2022
55
author: divka78
66
ms.author: dikamath
77
manager: sunilg
@@ -93,7 +93,8 @@ To connect using **OAuth 2.0**, you must have an access token. Use the following
9393

9494
:::image type="content" source="media/setup-postman-configuration-new-token.png" alt-text="Set up Postman configuration":::
9595

96-
> [!NOTE] If you are configuring environments in Postman for multiple Dataverse instances using different user credentials, click **Clear cookies** to delete the cookies cached by Postman.
96+
> [!NOTE]
97+
> If you are configuring environments in Postman for multiple Dataverse instances using different user credentials, click **Clear cookies** to delete the cookies cached by Postman.
9798
9899
1. Click **Get New Access Token**.
99100

@@ -102,6 +103,7 @@ To connect using **OAuth 2.0**, you must have an access token. Use the following
102103
:::image type="content" source="media/setup-postman-authentication-completes.png" alt-text="Authentication completes":::
103104

104105
1. After the authentication dialogue automatically closes in a few seconds, the **Manage Access Tokens** pane appears. Click **Use Token**.
106+
105107
:::image type="content" source="media/setup-postman-manage-access-tokenpage.png" alt-text="Access token page":::
106108

107109
1. The newly generated token will automatically appear in the text box below the **Available Tokens** drop-down.
@@ -111,6 +113,7 @@ To connect using **OAuth 2.0**, you must have an access token. Use the following
111113
## Test your connection
112114

113115
The following shows how to test your connection using [WhoAmI](xref:Microsoft.Dynamics.CRM.WhoAmI):
116+
114117
1. Select `GET` as the HTTP method and add `{{webapiurl}}WhoAmI` in the editing space.
115118

116119
:::image type="content" source="media/setup-postman-whoami-url.png" alt-text="Calling WhoAmI endpoint":::

0 commit comments

Comments
 (0)