Skip to content

Commit

Permalink
OKTA-865011: Fix missing attributes for UserFactorApi.activateFactor() (
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta authored Feb 24, 2025
1 parent 46917b3 commit 371fc51
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64509,6 +64509,8 @@ components:
UserFactorActivateResponse:
type: object
properties:
id:
type: string
factorType:
description: Type of the Factor
type: string
Expand All @@ -64520,6 +64522,40 @@ components:
- token:software:totp
- u2f
- webauthn
provider:
type: string
example: OKTA
vendorName:
type: string
example: OKTA
status:
type: string
example: ACTIVE
created:
type: string
example: 2014-07-16T16:13:56.000Z
lastUpdated:
type: string
example: 2014-08-06T00:31:07.000Z
profile:
phoneNumber:
type: string
phoneExtension:
type: string
email:
type: string
credentialId:
type: string
deviceType:
type: string
name:
type: string
platform:
type: string
version:
type: string
authenticatorName:
type: string
_links:
allOf:
- $ref: '#/components/schemas/LinksSelf'
Expand Down

0 comments on commit 371fc51

Please sign in to comment.