Update API pages with v0.25.4

This commit is contained in:
netbirddev
2024-01-16 09:16:37 +00:00
parent e6ee8ec034
commit c1aa6739df
11 changed files with 53 additions and 53 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>
@@ -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>