You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/digital-twins/how-to-use-swagger.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: alinast
6
6
ms.service: digital-twins
7
7
services: digital-twins
8
8
ms.topic: conceptual
9
-
ms.date: 10/25/2018
9
+
ms.date: 11/12/2018
10
10
ms.author: adgera
11
11
---
12
12
@@ -16,6 +16,9 @@ Each provisioned Azure Digital Twins instance includes its own automatically gen
16
16
17
17
[Swagger](https://swagger.io/), or [OpenAPI](https://www.openapis.org/), unites complex API information into an interactive and language-agnostic reference resource. Swagger provides critical reference material about which JSON payloads, HTTP methods, and specific endpoints to use to perform operations against an API.
18
18
19
+
> [!IMPORTANT]
20
+
> Support for Swagger authentication is temporarily disabled during Public Preview.
21
+
19
22
## Swagger summary
20
23
21
24
Swagger provides an interactive summary of your API, which includes:
@@ -38,10 +41,10 @@ You can access your own generated Management API Swagger documentation at:
|*yourInstanceName*| The name of your Azure Digital Twins instance |
44
-
|*yourLocation*| Which server region your instance is hosted on |
46
+
| yourInstanceName | The name of your Azure Digital Twins instance |
47
+
| yourLocation | Which server region your instance is hosted on |
45
48
46
49
## Reference material
47
50
@@ -99,7 +102,10 @@ The examples also include error codes to help debug or improve failing tests.
99
102
100
103
## Swagger OAuth 2.0 authorization
101
104
102
-
To interactively test requests against API resources protected by OAuth 2.0, see the [official documentation](https://swagger.io/docs/specification/authentication/oauth2/).
105
+
To learn more about interactively testing requests protected by OAuth 2.0, see the [official documentation](https://swagger.io/docs/specification/authentication/oauth2/).
106
+
107
+
> [!NOTE]
108
+
> Support for OAuth 2.0 authentication is temporarily disabled during Public Preview.
0 commit comments