Skip to content

Commit 371fc51

Browse files
OKTA-865011: Fix missing attributes for UserFactorApi.activateFactor() (#1602)
1 parent 46917b3 commit 371fc51

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/swagger/api.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64509,6 +64509,8 @@ components:
6450964509
UserFactorActivateResponse:
6451064510
type: object
6451164511
properties:
64512+
id:
64513+
type: string
6451264514
factorType:
6451364515
description: Type of the Factor
6451464516
type: string
@@ -64520,6 +64522,40 @@ components:
6452064522
- token:software:totp
6452164523
- u2f
6452264524
- webauthn
64525+
provider:
64526+
type: string
64527+
example: OKTA
64528+
vendorName:
64529+
type: string
64530+
example: OKTA
64531+
status:
64532+
type: string
64533+
example: ACTIVE
64534+
created:
64535+
type: string
64536+
example: 2014-07-16T16:13:56.000Z
64537+
lastUpdated:
64538+
type: string
64539+
example: 2014-08-06T00:31:07.000Z
64540+
profile:
64541+
phoneNumber:
64542+
type: string
64543+
phoneExtension:
64544+
type: string
64545+
email:
64546+
type: string
64547+
credentialId:
64548+
type: string
64549+
deviceType:
64550+
type: string
64551+
name:
64552+
type: string
64553+
platform:
64554+
type: string
64555+
version:
64556+
type: string
64557+
authenticatorName:
64558+
type: string
6452364559
_links:
6452464560
allOf:
6452564561
- $ref: '#/components/schemas/LinksSelf'

0 commit comments

Comments
 (0)