Skip to content

Commit 9ec2026

Browse files
Merge pull request #224849 from baanders/1-24-postman
ADT: Add Postman Swagger tip
2 parents 8341589 + af8b1c7 commit 9ec2026

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The following sections describe both of these processes. The rest of the article
9797
9898
## Import collection of Azure Digital Twins APIs
9999
100-
A quick way to get started with Azure Digital Twins in Postman is to import a pre-built collection of requests for the control plane and data plane Azure Digital Twins APIs.
100+
A quick way to get started with Azure Digital Twins in Postman is to import a pre-built collection of requests for the APIs. Follow the steps below to import a collection of popular Azure Digital Twins data plane API requests containing sample request data.
101101
102102
1. From the main Postman window, select the **Import** button.
103103
:::image type="content" source="media/how-to-use-postman-with-digital-twins/postman-import-collection.png" alt-text="Screenshot of a newly opened Postman window. The 'Import' button is highlighted." lightbox="media/how-to-use-postman-with-digital-twins/postman-import-collection.png":::
@@ -110,6 +110,9 @@ The newly imported collection can now be seen from your main Postman view, in th
110110
111111
:::image type="content" source="media/how-to-use-postman-with-digital-twins/postman-post-collection-imported.png" alt-text="Screenshot of the main Postman window. The newly imported collection is highlighted in the 'Collections' tab." lightbox="media/how-to-use-postman-with-digital-twins/postman-post-collection-imported.png":::
112112
113+
>[!TIP]
114+
> To import the complete set of API calls for a certain version of the Azure Digital Twins APIs (including control plane or data plane), you can also import Swagger files as collections. For links to the Swagger files for the control plane and data plane APIs, see [Azure Digital Twins APIs and SDKs](concepts-apis-sdks.md).
115+
113116
Next, continue on to the next section to add a bearer token to the collection for authorization and connect it to your Azure Digital twins instance.
114117
115118
### Configure authorization

0 commit comments

Comments
 (0)