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 16, 2024
1 parent 9614107 commit 0aa771c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6977,8 +6977,6 @@ components:
bulkImportUser:
type: object
properties:
id:
$ref: '#/components/schemas/bulkImportUserId'
externalUserId:
$ref: '#/components/schemas/userId'
userMetadata:
Expand All @@ -7002,13 +7000,15 @@ components:
- $ref: '#/components/schemas/bulkImportUserPasswordlessLoginMethod'

bulkImportUserResponse:
properties:
id:
$ref: '#/components/schemas/bulkImportUserId'
status:
$ref: '#/components/schemas/bulkImportUserStatus'
createdAt:
$ref: '#/components/schemas/timeJoined'
updatedAt:
$ref: '#/components/schemas/timeJoined'
allOf:
- $ref: '#/components/schemas/bulkImportUser'
- type: object
properties:
status:
$ref: '#/components/schemas/bulkImportUserStatus'
createdAt:
$ref: '#/components/schemas/timeJoined'
updatedAt:
$ref: '#/components/schemas/timeJoined'

0 comments on commit 0aa771c

Please sign in to comment.