mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 16:36:35 +00:00
Link Networks API (#265)
* update side menu to link networks * change heading
This commit is contained in:
@@ -220,7 +220,7 @@ echo $response;
|
||||
<Col>
|
||||
Creates a group
|
||||
|
||||
#### Request-Body Parameters
|
||||
### Request-Body Parameters
|
||||
|
||||
<Properties><Property name="name" type="string" required={true}>
|
||||
|
||||
@@ -556,7 +556,7 @@ echo $response;
|
||||
<Col>
|
||||
Get information about a group
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="groupId" type="string" required={true}>
|
||||
@@ -772,7 +772,7 @@ echo $response;
|
||||
<Col>
|
||||
Update/Replace a group
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="groupId" type="string" required={true}>
|
||||
@@ -780,7 +780,7 @@ echo $response;
|
||||
</Property>
|
||||
</Properties>
|
||||
|
||||
#### Request-Body Parameters
|
||||
### Request-Body Parameters
|
||||
|
||||
<Properties><Property name="name" type="string" required={true}>
|
||||
|
||||
@@ -1116,7 +1116,7 @@ echo $response;
|
||||
<Col>
|
||||
Delete a group
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="groupId" type="string" required={true}>
|
||||
|
||||
Reference in New Issue
Block a user