Skip to content

Commit 3a1bf4e

Browse files
committed
edits
1 parent 7d419ce commit 3a1bf4e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/api-management/add-api-manually.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ In this article, you learn how to create a blank API. You'll specify [httpbin.or
3535
1. Under **APIs** in the left menu, select **APIs**.
3636
1. Select **+ Add API**.
3737
1. Select the **HTTP** tile:
38+
3839
:::image type="content" source="media/add-api-manually/blank-api-1.png" alt-text="Screenshot that shows the HTTP tile in the Azure portal.":::
3940

4041
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
6566
2. Select **FetchData**.
6667
3. Select **Send**.
6768

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).
6970

7071
## Add and test a parameterized operation
7172

@@ -87,7 +88,7 @@ Test the operation in the Azure portal. (You can also test it in the developer p
8788
2. Select **GetStatus**. Under **code**, enter **200**.
8889
3. Select **Send**.
8990

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).
9192

9293
## Add and test a wildcard operation
9394

@@ -111,10 +112,10 @@ Test the operation in the Azure portal. (You can also test it in the developer p
111112
1. Select the **Test** tab.
112113
2. Select **WildcardGet**. Try the GET operations that you tested in previous sections, or try a different supported GET operation.
113114

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**.
116117

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).
118119

119120
>[!NOTE]
120121
> 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

Comments
 (0)