mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 16:36:35 +00:00
Update API pages with v0.25.4
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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user