chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
378ca1b36e
commit
daea35fe73
@@ -1,7 +1,28 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Class: AdminPostAuthReq
|
||||
|
||||
[internal](../modules/internal-1.md).AdminPostAuthReq
|
||||
|
||||
**`Schema`**
|
||||
|
||||
AdminPostAuthReq
|
||||
type: object
|
||||
required:
|
||||
- email
|
||||
- password
|
||||
properties:
|
||||
email:
|
||||
type: string
|
||||
description: The user's email.
|
||||
format: email
|
||||
password:
|
||||
type: string
|
||||
description: The user's password.
|
||||
format: password
|
||||
|
||||
## Properties
|
||||
|
||||
### email
|
||||
@@ -10,7 +31,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/auth/create-session.d.ts:76
|
||||
packages/medusa/dist/api/routes/admin/auth/create-session.d.ts:78
|
||||
|
||||
___
|
||||
|
||||
@@ -20,4 +41,4 @@ ___
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/auth/create-session.d.ts:77
|
||||
packages/medusa/dist/api/routes/admin/auth/create-session.d.ts:79
|
||||
|
||||
Reference in New Issue
Block a user