[API] add cloud and experimantal badges + new pages (#292)

This commit is contained in:
Pascal Fischer
2025-03-20 18:04:45 +01:00
committed by GitHub
parent 553d2908b8
commit 4a66f17880
18 changed files with 2873 additions and 97 deletions

View File

@@ -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>