diff --git a/docs/_api_endpoints/circuit.md b/docs/_api_endpoints/circuit.md index 59d0bc20e..b4bfff15e 100644 --- a/docs/_api_endpoints/circuit.md +++ b/docs/_api_endpoints/circuit.md @@ -13,12 +13,8 @@ provisioned. ```js { - // Required when editing an existing connection + // Required when editing an existing endpoint "circuit_ep_id": 123, - // Required - "name": "connection", - // Required - "description": "a demo connection", // Optional if both node and interface are provided "entity": "customer a - network lab", // Optional if entity is provided. Only respected if both node and diff --git a/docs/_api_endpoints/vrf.md b/docs/_api_endpoints/vrf.md index 8fb28f864..72c6c74f9 100644 --- a/docs/_api_endpoints/vrf.md +++ b/docs/_api_endpoints/vrf.md @@ -13,12 +13,8 @@ provisioned. ```js { - // Required when editing an existing connection + // Required when editing an existing endpoint "vrf_endpoint_id": 123, - // Required - "name": "connection", - // Required - "description": "a demo connection", // Optional if both node and interface are provided "entity": "customer a - network lab", // Optional if entity is provided. Only respected if both node and