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:
Shahed Nasser
2024-05-16 10:02:35 +03:00
committed by GitHub
parent 9b1998b9b2
commit 22f30f54fd
2148 changed files with 8965 additions and 140283 deletions

View File

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