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: en/docs/design/create-api/adding-custom-properties-to-apis.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -21,27 +21,29 @@ After the custom properties have been added, you can [search for APIs using cust
21
21
22
22
### Add custom properties via the API Publisher
23
23
24
-
1. Sign in to the API Publisher as an API creator using the following URL:
24
+
1. Sign in to the WSO2 API Publisher.
25
25
26
-
`https://<localhost>:9443/publisher`
26
+
`https://<hostname>:9443/publisher`
27
+
28
+
Example: `https://localhost:9443/publisher`
27
29
28
-
2.[Create a new API]({{base_path}}/design-api/create-api/create-a-rest-api/) or edit an existing API.
30
+
2.[Create a new API]({{base_path}}/design/create-api/create-rest-api/create-a-rest-api/) or edit an existing API.
29
31
30
-
3. Click **Properties** and click **ADD NEW PROPERTY**.
32
+
3. Click **Properties** and click **Add New Property**.
31
33
32
34
[]({{base_path}}/assets/img/learn/properties-add-property.png)
33
35
34
-
4. Enter a custom property name and value (e.g., property name: environment, property value: preprod), mark Developer Portal visibility as appropriate and click **ADD** to add it.
36
+
4. Enter a custom property name and value (e.g., property name: environment, property value: preprod), mark Developer Portal visibility as appropriate and click **Add** to add it.
35
37
36
38
[]({{base_path}}/assets/img/learn/add-new-property.png)
37
39
38
-
5. Click **SAVE** to save the API.
40
+
5. Click **Save** to save the API.
39
41
40
42
<aname="AddcustompropertiesviatheRESTAPI"></a>
41
43
42
44
### Add custom properties via the REST API
43
45
44
-
Use the [existing REST API]({{base_path}}/develop/product-apis/restful-apis/) to add a new API and in order to add the API with custom properties make sure to add the following element to the request body including the relevant properties.
46
+
Use the [existing REST API]({{base_path}}/reference/product-apis/overview/) to add a new API and in order to add the API with custom properties make sure to add the following element to the request body including the relevant properties.
0 commit comments