docs: fix to OAS generator following Zod update + generate API reference (#13030)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @schema AdminInviteAccept
|
||||
* type: object
|
||||
* description: The details of the user to be created.
|
||||
* properties:
|
||||
* email:
|
||||
* type: string
|
||||
* title: email
|
||||
* description: The user's email.
|
||||
* format: email
|
||||
* first_name:
|
||||
* type: string
|
||||
* title: first_name
|
||||
* description: The user's first name.
|
||||
* last_name:
|
||||
* type: string
|
||||
* title: last_name
|
||||
* description: The user's last name.
|
||||
* x-schemaName: AdminInviteAccept
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user