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: modules/ROOT/pages/_partials/api-configuration-tables.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,8 @@
67
67
| *Protocol* | Specifies whether to use HTTP or HTTPS for the validations. | Yes | If you select HTTPS, specify a TLS context for inbound traffic.
68
68
| *Inbound TLS* | Specifies the TLS context to secure inbound traffic. | No | Only available on Mule 4+. If you can't see a context, ensure that you have the correct permissions. To enable HTTPS in Mule 3 environment, see xref:enable-https-mule3-proxies.adoc[enable HTTPS in Mule 3x].
69
69
| *Port* | Specifies the number to use if the displayed port is incorrect. | Yes |
70
-
| *Base path* | Specifies the URL prefix for all API paths, relative to the host root. It must start with a leading slash `/`. | Yes |
70
+
| *Base path* | Specifies the URL prefix for all API paths, relative to the host root. It must start and end with a leading slash `/`. +
71
+
If the final slash is not provided, the system adds it automatically. | Yes |
71
72
| *Instance label* | Specifies a label for the API. | No | If you have multiple managed instances of the same API, add a label to differentiate each instance from the others.
72
73
| *Advanced Options* | | |
73
74
| *Consumer endpoint* | Specifies a proxy application's address for consumers to use for sending requests.| No |
0 commit comments