mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 00:46:35 +00:00
Link Networks API (#265)
* update side menu to link networks * change heading
This commit is contained in:
@@ -292,7 +292,7 @@ echo $response;
|
||||
<Col>
|
||||
Creates a policy
|
||||
|
||||
#### Request-Body Parameters
|
||||
### Request-Body Parameters
|
||||
|
||||
<Properties><Property name="id" type="string" required={false}>
|
||||
|
||||
@@ -1038,7 +1038,7 @@ echo $response;
|
||||
<Col>
|
||||
Get information about a Policies
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="policyId" type="string" required={true}>
|
||||
@@ -1326,7 +1326,7 @@ echo $response;
|
||||
<Col>
|
||||
Update/Replace a Policy
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="policyId" type="string" required={true}>
|
||||
@@ -1334,7 +1334,7 @@ echo $response;
|
||||
</Property>
|
||||
</Properties>
|
||||
|
||||
#### Request-Body Parameters
|
||||
### Request-Body Parameters
|
||||
|
||||
<Properties><Property name="id" type="string" required={false}>
|
||||
|
||||
@@ -2080,7 +2080,7 @@ echo $response;
|
||||
<Col>
|
||||
Delete a policy
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="policyId" type="string" required={true}>
|
||||
|
||||
Reference in New Issue
Block a user