Skip to content

Commit cefe185

Browse files
committed
improved swagger mention
1 parent 9aaf93c commit cefe185

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/digital-twins/quickstart-view-occupancy-dotnet.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,18 @@ To understand what happened in this quickstart and what APIs were called, open [
123123
```
124124
<path>\occupancy-quickstart\src>code ..\..\digital-twins-samples.code-workspace
125125
```
126-
The tutorials go deep into the code. They teach you how to modify configuration data and what APIs are called. For more information on Management APIs, go to your Digital Twins Swagger page `https://yourDigitalTwinsName.yourLocation.azuresmartspaces.net//management/swagger`. Or for convenience, browse to [Digital Twins Swagger](https://docs.westcentralus.azuresmartspaces.net/management/swagger).
126+
The tutorials go deep into the code. They teach you how to modify configuration data and what APIs are called. For more information on Management APIs, go to your Digital Twins Swagger page:
127+
128+
```plaintext
129+
https://YOUR_INSTANCE_NAME.YOUR_LOCATION.azuresmartspaces.net/management/swagger
130+
```
131+
132+
| Name | Replace with |
133+
| --- | --- |
134+
| YOUR_INSTANCE_NAME | The name of your Digital Twins instance |
135+
| YOUR_LOCATION | Which server region your instance is hosted on |
136+
137+
Or for convenience, browse to [Digital Twins Swagger](https://docs.westcentralus.azuresmartspaces.net/management/swagger).
127138

128139
## Clean up resources
129140

0 commit comments

Comments
 (0)