[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 = 'Users'
## List all Users {{ tag: 'GET' , label: '/api/users' }}
## List all Users {{ tag: 'GET' , label: '/api/users' }}
<Row>
<Col>
@@ -220,7 +220,7 @@ echo $response;
---
## Create a User {{ tag: 'POST' , label: '/api/users' }}
## Create a User {{ tag: 'POST' , label: '/api/users' }}
<Row>
<Col>
@@ -526,7 +526,7 @@ echo $response;
---
## Update a User {{ tag: 'PUT' , label: '/api/users/{userId}' }}
## Update a User {{ tag: 'PUT' , label: '/api/users/{userId}' }}
<Row>
<Col>
@@ -816,7 +816,7 @@ echo $response;
---
## Delete a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
## Delete a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
<Row>
<Col>
@@ -980,7 +980,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>