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 = 'Users'
## List all Users {{ tag: 'GET' , label: '/api/users' }}
## List all Users {{ tag: 'GET' , label: '/api/users' }}
<Row>
<Col>
@@ -218,7 +218,7 @@ echo $response;
---
## Create a User {{ tag: 'POST' , label: '/api/users' }}
## Create a User {{ tag: 'POST' , label: '/api/users' }}
<Row>
<Col>
@@ -530,7 +530,7 @@ echo $response;
---
## Update a User {{ tag: 'PUT' , label: '/api/users/{userId}' }}
## Update a User {{ tag: 'PUT' , label: '/api/users/{userId}' }}
<Row>
<Col>
@@ -822,7 +822,7 @@ echo $response;
---
## Delete a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
## Delete a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
<Row>
<Col>
@@ -988,7 +988,7 @@ echo $response;
---
## Resend user invitation {{ tag: 'POST' , label: '/api/users/{userId}/invite' }}
## Resend user invitation {{ tag: 'POST' , label: '/api/users/{userId}/invite' }}
<Row>
<Col>