Skip to content

Commit 7d419ce

Browse files
committed
edits
1 parent b17eeda commit 7d419ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ This section shows how to add a `/get` operation to map it to the backend `http:
5252
### Add an operation
5353

5454
1. Select the API you created in the previous step.
55-
2. Select **+ Add Operation**.
56-
3. In the **URL**, select **GET** and enter `/get` in the resource.
55+
2. Select **+ Add operation**.
56+
3. In **URL**, select **GET** and enter **/get** in the text box.
5757
4. In **Display name**, enter **FetchData**.
5858
5. Select **Save**.
5959

@@ -74,8 +74,8 @@ This section shows how to add an operation that takes a parameter. In this examp
7474
### Add an operation
7575

7676
1. Select the API that you created earlier.
77-
2. Select **+ Add Operation**.
78-
3. In the **URL**, select **GET** and enter `/status/{code}` in the resource. Optionally, you can provide information that's associated with the parameter. For example, enter **Number** under **TYPE** and **200** (the default) under **VALUES**.
77+
2. On the **Design** tab, select **+ Add operation**.
78+
3. In **URL**, select **GET** and enter **/status/{code}** in the text box.
7979
4. In **Display name**, enter **GetStatus**.
8080
5. Select **Save**.
8181

@@ -84,7 +84,7 @@ This section shows how to add an operation that takes a parameter. In this examp
8484
Test the operation in the Azure portal. (You can also test it in the developer portal.)
8585

8686
1. Select the **Test** tab.
87-
2. Select **GetStatus**. By default, the code value is set to **200**. You can change it to test other values. For example, type **418**.
87+
2. Select **GetStatus**. Under **code**, enter **200**.
8888
3. Select **Send**.
8989

9090
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).
@@ -99,8 +99,8 @@ This section shows how to add a wildcard operation. A wildcard operation enables
9999
### Add an operation
100100

101101
1. Select the API you created earlier.
102-
2. Select **+ Add Operation**.
103-
3. In the **URL**, select **GET** and enter `/*` in the resource.
102+
2. On the **Desgin** tab, select **+ Add operation**.
103+
3. In **URL**, select **GET** and enter **/*** in the text box.
104104
4. In **Display name**, enter **WildcardGet**.
105105
5. Select **Save**.
106106

0 commit comments

Comments
 (0)