* docs: updates following authentication flow changes * generate sidebar * added open api specs * fix up OAS * changes to existing pages * change sidebar items * update marketplace recipe
15 lines
308 B
TypeScript
15 lines
308 B
TypeScript
/**
|
|
* @schema AuthAdminSessionResponse
|
|
* type: object
|
|
* description: The authenticated user's details.
|
|
* x-schemaName: AuthAdminSessionResponse
|
|
* required:
|
|
* - user
|
|
* properties:
|
|
* user:
|
|
* title: user
|
|
* description: The logged-in user.
|
|
* $ref: "#/components/schemas/AdminUser"
|
|
*/
|
|
|