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:
github-actions[bot]
2023-08-07 16:54:48 +03:00
committed by GitHub
parent efdea04963
commit 658339767b
1138 changed files with 11740 additions and 7043 deletions

View File

@@ -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