chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
efdea04963
commit
658339767b
@@ -1,7 +1,7 @@
|
||||
get:
|
||||
operationId: GetUsers
|
||||
summary: List Users
|
||||
description: Retrieves all users.
|
||||
description: Retrieve all admin users.
|
||||
x-authenticated: true
|
||||
x-codegen:
|
||||
method: list
|
||||
@@ -41,7 +41,10 @@ get:
|
||||
post:
|
||||
operationId: PostUsers
|
||||
summary: Create a User
|
||||
description: Creates a User
|
||||
description: >-
|
||||
Create an admin User. The user has the same privileges as all admin users,
|
||||
and will be able to authenticate and perform admin functionalities right
|
||||
after creation.
|
||||
x-authenticated: true
|
||||
requestBody:
|
||||
content:
|
||||
|
||||
Reference in New Issue
Block a user