Skip to content

Commit

Permalink
update documented endpoint obj
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstout committed Jun 8, 2022
1 parent 4a0ab47 commit 80a65cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions docs/_api_endpoints/circuit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions docs/_api_endpoints/vrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80a65cd

Please sign in to comment.