mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-25 11:56:36 +00:00
[API] add cloud and experimantal badges + new pages (#292)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user