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/add-api-manually.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ In this article, you learn how to create a blank API. You'll specify [httpbin.or
35
35
1. Under **APIs** in the left menu, select **APIs**.
36
36
1. Select **+ Add API**.
37
37
1. Select the **HTTP** tile:
38
+
38
39
:::image type="content" source="media/add-api-manually/blank-api-1.png" alt-text="Screenshot that shows the HTTP tile in the Azure portal.":::
39
40
40
41
1. Enter the backend **Web service URL** (for example, `https://httpbin.org`) and other settings for the API. The settings are explained in the [Import and publish your first API](import-and-publish.md#import-and-publish-a-backend-api) tutorial.
@@ -65,7 +66,7 @@ Test the operation in the Azure portal. (You can also test it in the developer p
65
66
2. Select **FetchData**.
66
67
3. Select **Send**.
67
68
68
-
The response that the `http://httpbin.org/get` operation generates appears. If you want to transform your operations, see [Transform and protect your API](transform-api.md).
69
+
The response that the `http://httpbin.org/get` operation generates appears in the **HTTP response** section. If you want to transform your operations, see [Transform and protect your API](transform-api.md).
69
70
70
71
## Add and test a parameterized operation
71
72
@@ -87,7 +88,7 @@ Test the operation in the Azure portal. (You can also test it in the developer p
87
88
2. Select **GetStatus**. Under **code**, enter **200**.
88
89
3. Select **Send**.
89
90
90
-
The response that the `http://httpbin.org/status/200` operation generates appears. If you want to transform your operations, see [Transform and protect your API](transform-api.md).
91
+
The response that the `http://httpbin.org/status/200` operation generates appears in the **HTTP response** section. If you want to transform your operations, see [Transform and protect your API](transform-api.md).
91
92
92
93
## Add and test a wildcard operation
93
94
@@ -111,10 +112,10 @@ Test the operation in the Azure portal. (You can also test it in the developer p
111
112
1. Select the **Test** tab.
112
113
2. Select **WildcardGet**. Try the GET operations that you tested in previous sections, or try a different supported GET operation.
113
114
114
-
For example, in **Template parameters**, change the value next to the wildcard (*) name to `headers`. The operation returns the incoming request's HTTP headers.
115
-
1.Press**Send**.
115
+
For example, in **Template parameters**, change the value next to the wildcard (*) name to **headers**. The operation returns the incoming request's HTTP headers.
116
+
1.Select**Send**.
116
117
117
-
The response that the `http://httpbin.org/headers` operation generates appears. If you want to transform your operations, see [Transform and protect your API](transform-api.md).
118
+
The response that the `http://httpbin.org/headers` operation generates appears in the **HTTP response** section. If you want to transform your operations, see [Transform and protect your API](transform-api.md).
118
119
119
120
>[!NOTE]
120
121
> It can be important to understand how the host for the backend API you're integrating with handles trailing slashes on an operation URL. For more information, see this [API Management FAQ](./api-management-faq.yml#how-does-api-management-handle-trailing-slashes-when-calling-backend-services-).
0 commit comments