mirror of
https://github.com/netbirdio/docs.git
synced 2026-05-04 00:06:36 +00:00
Link Networks API (#265)
* update side menu to link networks * change heading
This commit is contained in:
@@ -252,7 +252,7 @@ echo $response;
|
||||
<Col>
|
||||
Get information about a peer
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="peerId" type="string" required={true}>
|
||||
@@ -498,7 +498,7 @@ echo $response;
|
||||
<Col>
|
||||
Update information about a peer
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="peerId" type="string" required={true}>
|
||||
@@ -506,7 +506,7 @@ echo $response;
|
||||
</Property>
|
||||
</Properties>
|
||||
|
||||
#### Request-Body Parameters
|
||||
### Request-Body Parameters
|
||||
|
||||
<Properties><Property name="name" type="string" required={true}>
|
||||
|
||||
@@ -830,7 +830,7 @@ echo $response;
|
||||
<Col>
|
||||
Delete a peer
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="peerId" type="string" required={true}>
|
||||
@@ -994,7 +994,7 @@ echo $response;
|
||||
<Col>
|
||||
Returns a list of peers that the specified peer can connect to within the network.
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="peerId" type="string" required={true}>
|
||||
|
||||
Reference in New Issue
Block a user