Skip to content

Commit 3827890

Browse files
committed
Add Postman sync note
1 parent 7cffcb8 commit 3827890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/digital-twins/how-to-use-postman-with-digital-twins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Next, continue on to the next section to add a bearer token to the collection fo
117117
118118
### Configure authorization
119119
120-
Next, edit the collection you've created to configure some access details. Highlight the collection you've created and select the **View more actions** icon to pull up a menu. Select **Edit**.
120+
Next, edit the collection you've created to configure some access details. Highlight the collection you've created and select the **View more actions** icon to display action options. Select **Edit**.
121121
122122
:::image type="content" source="media/how-to-use-postman-with-digital-twins/postman-edit-collection.png" alt-text="Screenshot of Postman. The 'View more actions' icon for the imported collection is highlighted, and 'Edit' is highlighted in the options." lightbox="media/how-to-use-postman-with-digital-twins/postman-edit-collection.png":::
123123
@@ -127,12 +127,12 @@ Follow these steps to add a bearer token to the collection for authorization. Us
127127
128128
:::image type="content" source="media/how-to-use-postman-with-digital-twins/postman-authorization-imported.png" alt-text="Screenshot of the imported collection's edit dialog in Postman, showing the 'Authorization' tab." lightbox="media/how-to-use-postman-with-digital-twins/postman-authorization-imported.png":::
129129
130-
1. Set the Type to **OAuth 2.0**, paste your access token into the Access Token box, and select **Save**.
130+
1. Set the Type to **OAuth 2.0** and paste your access token into the Access Token box. You must use the correct token for the type of API you're using, as there are different tokens for data plane APIs versus control plane APIs. Select **Save**.
131131
132132
:::image type="content" source="media/how-to-use-postman-with-digital-twins/postman-paste-token-imported.png" alt-text="Screenshot of Postman edit dialog for the imported collection, on the 'Authorization' tab. Type is 'OAuth 2.0', and Access Token box is highlighted." lightbox="media/how-to-use-postman-with-digital-twins/postman-paste-token-imported.png":::
133133
134134
> [!TIP]
135-
> You must use the correct token for the type of API you're using. There is one access token for data plane APIS and another for control plane APIs.
135+
> You can choose to turn on token sharing if you want to store the token with the request on Postman cloud, and potentially share your token with others.
136136
137137
### Other configuration
138138

0 commit comments

Comments
 (0)