Skip to content

Commit 0ed068d

Browse files
committed
improved and validated postman
1 parent 8cb84d9 commit 0ed068d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/digital-twins/how-to-add-blobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: conceptual
10-
ms.date: 11/13/2019
10+
ms.date: 01/10/2020
1111
ms.custom: seodec18
1212
---
1313

articles/digital-twins/how-to-configure-postman.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: conceptual
10-
ms.date: 11/13/2019
10+
ms.date: 01/10/2020
1111
---
1212

1313
# How to configure Postman for Azure Digital Twins
@@ -127,6 +127,12 @@ After completing the previous steps, configure Postman to make an authenticated
127127
128128
1. Lastly, select **Send** to submit your multipart HTTP POST request. A status code of `200` or `201` indicates a successful request. The appropriate response message will appear in the client interface.
129129
130+
1. Validate your HTTP POST request data by calling the API endpoint:
131+
132+
```URL
133+
YOUR_MANAGEMENT_API_URL/spaces/blobs?includes=description
134+
```
135+
130136
## Next steps
131137

132138
- To learn about the Digital Twins management APIs, and how to use them, read [How to use Azure Digital Twins management APIs](how-to-navigate-apis.md).

0 commit comments

Comments
 (0)