Skip to content

Commit

Permalink
fix: PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anku255 committed Apr 18, 2024
1 parent 0aa771c commit 8382362
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6937,6 +6937,9 @@ components:
- $ref: '#/components/schemas/bulkImportUserLoginMethodFields'
- type: object
properties:
recipeId:
type: string
example: "emailpassword"
email:
$ref: '#/components/schemas/email'
passwordHash:
Expand All @@ -6953,6 +6956,9 @@ components:
- $ref: '#/components/schemas/bulkImportUserLoginMethodFields'
- type: object
properties:
recipeId:
type: string
example: "thirdparty"
thirdPartyId:
$ref: '#/components/schemas/thirdPartyId'
thirdPartyUserId:
Expand All @@ -6966,13 +6972,12 @@ components:
- $ref: '#/components/schemas/bulkImportUserLoginMethodFields'
- type: object
properties:
email:
$ref: '#/components/schemas/email'
phoneNumber:
$ref: '#/components/schemas/phoneNumber'
oneOf:
- required: ["email"]
- required: ["phoneNumber"]
recipeId:
type: string
example: "passwordless"
oneOf:
- $ref: '#/components/schemas/email'
- $ref: '#/components/schemas/phoneNumber'

bulkImportUser:
type: object
Expand Down

0 comments on commit 8382362

Please sign in to comment.