Update API pages with v0.23.3 (#91)

* Update API pages with v0.23.3

* update user delete api description

---------

Co-authored-by: netbirddev <dev@netbird.io>
This commit is contained in:
Maycon Santos
2023-09-23 11:22:19 +02:00
committed by GitHub
parent 971d6c7aba
commit b54abbfa79
2 changed files with 6 additions and 2 deletions

View File

@@ -168,6 +168,8 @@ echo $response;
"activity": "Route created", "activity": "Route created",
"activity_code": "route.add", "activity_code": "route.add",
"initiator_id": "google-oauth2|123456789012345678901", "initiator_id": "google-oauth2|123456789012345678901",
"initiator_name": "John Doe",
"initiator_email": "demo@netbird.io",
"target_id": "chad9d86lnnc59g18ou0", "target_id": "chad9d86lnnc59g18ou0",
"meta": { "meta": {
"name": "my route", "name": "my route",
@@ -185,6 +187,8 @@ echo $response;
"activity": "string", "activity": "string",
"activity_code": "string", "activity_code": "string",
"initiator_id": "string", "initiator_id": "string",
"initiator_name": "string",
"initiator_email": "string",
"target_id": "string", "target_id": "string",
"meta": "object" "meta": "object"
} }

View File

@@ -816,11 +816,11 @@ echo $response;
--- ---
## Block a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }} ## Delete a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
<Row> <Row>
<Col> <Col>
This method blocks a user from accessing the system, but leaves the IDP user intact. This method removes a user from accessing the system. For this leaves the IDP user intact unless the `--user-delete-from-idp` is passed to management startup.
#### Path Parameters #### Path Parameters
<Properties> <Properties>