docs: added manage invites documentation (#4001)

* docs: added manage invites documentation

* eslint fixes

* fixed indentation
This commit is contained in:
Shahed Nasser
2023-05-03 18:26:56 +03:00
committed by GitHub
parent d2443d83e6
commit 3a585cbdb3
6 changed files with 464 additions and 13 deletions

View File

@@ -352,7 +352,7 @@ curl -L -X DELETE '<BACKEND_URL>/admin/users/<USER_ID>' \
This endpoint requires the user ID as a path parameter.
This request requires the user ID as a path parameter. It deletes the user and returns the following fields:
It deletes the user and returns the following fields:
- `id`: The ID of the deleted user.
- `object`: The type of object that was deleted. In this case, the value will be `user`.