docs: update api-reference project for v2 (#7307)
* remove everything v1 and make v2 default * move main v2 rewrites to book * move rewrites to book + other fixes
This commit is contained in:
@@ -1,29 +1,15 @@
|
||||
type: object
|
||||
description: The details of the invite to be accepted.
|
||||
description: SUMMARY
|
||||
x-schemaName: AdminPostInvitesInviteAcceptReq
|
||||
required:
|
||||
- token
|
||||
- user
|
||||
- first_name
|
||||
- last_name
|
||||
properties:
|
||||
token:
|
||||
description: >-
|
||||
The token of the invite to accept. This is a unique token generated when
|
||||
the invite was created or resent.
|
||||
first_name:
|
||||
type: string
|
||||
user:
|
||||
description: The details of the user to create.
|
||||
type: object
|
||||
required:
|
||||
- first_name
|
||||
- last_name
|
||||
- password
|
||||
properties:
|
||||
first_name:
|
||||
type: string
|
||||
description: the first name of the User
|
||||
last_name:
|
||||
type: string
|
||||
description: the last name of the User
|
||||
password:
|
||||
description: The password for the User
|
||||
type: string
|
||||
format: password
|
||||
title: first_name
|
||||
description: The invite's first name.
|
||||
last_name:
|
||||
type: string
|
||||
title: last_name
|
||||
description: The invite's last name.
|
||||
|
||||
Reference in New Issue
Block a user