From 7d6c96d8d9663d6afa2ec0c93a47112cc78b59ee Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Tue, 7 May 2024 14:06:49 -0700 Subject: [PATCH] Update Fabric API docs --- docs/reference/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/api.md b/docs/reference/api.md index 5ed9118..aefd40c 100644 --- a/docs/reference/api.md +++ b/docs/reference/api.md @@ -784,7 +784,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `vlan` _integer_ | VLAN is the VLAN ID used for the subinterface on a switch port specified in the connection | | | +| `vlan` _integer_ | VLAN (optional) is the VLAN ID used for the subinterface on a switch port specified in the connection, set to 0 if no VLAN is used | | | | `ip` _string_ | IP is the IP address of the subinterface on a switch port specified in the connection | | | @@ -918,8 +918,8 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | | `ipv4Namespace` _string_ | IPv4Namespace is the name of the IPv4Namespace this External belongs to | | | -| `inboundCommunity` _string_ | InboundCommunity is the name of the inbound community to filter routes from the external system | | | -| `outboundCommunity` _string_ | OutboundCommunity is the name of the outbound community that all outbound routes will be stamped with | | | +| `inboundCommunity` _string_ | InboundCommunity is the inbound community to filter routes from the external system (e.g. 65102:5000) | | | +| `outboundCommunity` _string_ | OutboundCommunity is theoutbound community that all outbound routes will be stamped with (e.g. 50000:50001) | | | #### ExternalStatus