Skip to content

Commit

Permalink
Update API pages with v0.23.3 (#91)
Browse files Browse the repository at this point in the history
* Update API pages with v0.23.3

* update user delete api description

---------

Co-authored-by: netbirddev <dev@netbird.io>
  • Loading branch information
mlsmaycon and netbirddev authored Sep 23, 2023
1 parent 971d6c7 commit b54abbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/pages/ipa/resources/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ echo $response;
"activity": "Route created",
"activity_code": "route.add",
"initiator_id": "google-oauth2|123456789012345678901",
"initiator_name": "John Doe",
"initiator_email": "demo@netbird.io",
"target_id": "chad9d86lnnc59g18ou0",
"meta": {
"name": "my route",
Expand All @@ -185,6 +187,8 @@ echo $response;
"activity": "string",
"activity_code": "string",
"initiator_id": "string",
"initiator_name": "string",
"initiator_email": "string",
"target_id": "string",
"meta": "object"
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/ipa/resources/users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<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
<Properties>
Expand Down

0 comments on commit b54abbf

Please sign in to comment.