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
@@ -4,10 +4,12 @@ required:
|
||||
- user
|
||||
properties:
|
||||
token:
|
||||
description: The invite token provided by the admin.
|
||||
description: >-
|
||||
The token of the invite to accept. This is a unique token generated when
|
||||
the invite was created or resent.
|
||||
type: string
|
||||
user:
|
||||
description: The User to create.
|
||||
description: The details of the user to create.
|
||||
type: object
|
||||
required:
|
||||
- first_name
|
||||
@@ -21,6 +23,6 @@ properties:
|
||||
type: string
|
||||
description: the last name of the User
|
||||
password:
|
||||
description: The desired password for the User
|
||||
description: The password for the User
|
||||
type: string
|
||||
format: password
|
||||
|
||||
Reference in New Issue
Block a user