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/api-management/import-api-from-oas.md
+8-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,25 +74,18 @@ Operations can be called directly from the Azure portal, which provides a conven
74
74
75
75
Backend responds with **200 OK** and some data.
76
76
77
-
## <aname="call-operation"> </a>Call an operation from the Developer portal
77
+
## Test the new API in the Azure portal
78
78
79
-
Operations can also be called **Developer portal** to test APIs.
79
+

80
80
81
-
1. Select the API you created in the "Import and publish a back-end API" step.
82
-
2. Press **Developer portal**.
83
-
84
-

85
-
86
-
The "Developer portal" site opens up.
87
-
3. Select **API**.
88
-
4. Select **Demo Conference API**.
89
-
5. Click **GetSpeakers**.
81
+
Operations can be called directly from the Azure portal, which provides a convenient way to view and test the operations of an API.
90
82
91
-
The page displays fields for query parameters but in this case we don't have any. The page also displays fields for the headers. One of the headers is "Ocp-Apim-Subscription-Key", for the subscription key of the product that is associated with this API. If you created the APIM instance, you are an administrator already, so the key is filled in automatically.
92
-
6. Press **Try it**.
93
-
7. Press **Send**.
83
+
1. Select the API you created in the previous step (from the **APIs** tab).
84
+
2. Press the **Test** tab.
85
+
3. Click on **GetSpeakers**. The page displays fields for query parameters, in this case none, and headers. One of the headers is "Ocp-Apim-Subscription-Key", for the subscription key of the product that is associated with this API. The key is filled in automatically.
86
+
4. Press **Send**.
94
87
95
-
After an operation is invoked, the developer portal displays the **Response status**, the **Response headers**, and any **Response content**.
0 commit comments