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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ This section shows how to add a `/get` operation to map it to the backend `http:
52
52
### Add an operation
53
53
54
54
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.
57
57
4. In **Display name**, enter **FetchData**.
58
58
5. Select **Save**.
59
59
@@ -74,8 +74,8 @@ This section shows how to add an operation that takes a parameter. In this examp
74
74
### Add an operation
75
75
76
76
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.
79
79
4. In **Display name**, enter **GetStatus**.
80
80
5. Select **Save**.
81
81
@@ -84,7 +84,7 @@ This section shows how to add an operation that takes a parameter. In this examp
84
84
Test the operation in the Azure portal. (You can also test it in the developer portal.)
85
85
86
86
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**.
88
88
3. Select **Send**.
89
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).
@@ -99,8 +99,8 @@ This section shows how to add a wildcard operation. A wildcard operation enables
99
99
### Add an operation
100
100
101
101
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.
0 commit comments