mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 08:56:35 +00:00
[API] add cloud and experimantal badges + new pages (#292)
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>
|
||||
@@ -214,7 +214,7 @@ echo $response;
|
||||
---
|
||||
|
||||
|
||||
## Create a Group {{ tag: 'POST' , label: '/api/groups' }}
|
||||
## Create a Group {{ tag: 'POST' , label: '/api/groups' }}
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
@@ -550,7 +550,7 @@ echo $response;
|
||||
---
|
||||
|
||||
|
||||
## Retrieve a Group {{ tag: 'GET' , label: '/api/groups/{groupId}' }}
|
||||
## Retrieve a Group {{ tag: 'GET' , label: '/api/groups/{groupId}' }}
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
@@ -766,7 +766,7 @@ echo $response;
|
||||
---
|
||||
|
||||
|
||||
## Update a Group {{ tag: 'PUT' , label: '/api/groups/{groupId}' }}
|
||||
## Update a Group {{ tag: 'PUT' , label: '/api/groups/{groupId}' }}
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
@@ -1110,7 +1110,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