mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 00:46:35 +00:00
Update API pages with v0.25.4
This commit is contained in:
@@ -2,7 +2,7 @@ export const title = 'Groups'
|
||||
|
||||
|
||||
|
||||
## List all Groups {{ tag: 'GET' , label: '/api/groups' }}
|
||||
## List all Groups {{ tag: 'GET' , label: '/api/groups' }}
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
@@ -204,7 +204,7 @@ echo $response;
|
||||
---
|
||||
|
||||
|
||||
## Create a Group {{ tag: 'POST' , label: '/api/groups' }}
|
||||
## Create a Group {{ tag: 'POST' , label: '/api/groups' }}
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
@@ -468,7 +468,7 @@ echo $response;
|
||||
---
|
||||
|
||||
|
||||
## Retrieve a Group {{ tag: 'GET' , label: '/api/groups/{groupId}' }}
|
||||
## Retrieve a Group {{ tag: 'GET' , label: '/api/groups/{groupId}' }}
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
@@ -674,7 +674,7 @@ echo $response;
|
||||
---
|
||||
|
||||
|
||||
## Update a Group {{ tag: 'PUT' , label: '/api/groups/{groupId}' }}
|
||||
## Update a Group {{ tag: 'PUT' , label: '/api/groups/{groupId}' }}
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
@@ -946,7 +946,7 @@ echo $response;
|
||||
---
|
||||
|
||||
|
||||
## Delete a Group {{ tag: 'DELETE' , label: '/api/groups/{groupId}' }}
|
||||
## Delete a Group {{ tag: 'DELETE' , label: '/api/groups/{groupId}' }}
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
|
||||
Reference in New Issue
Block a user