Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions openapi/components/schemas/auth/AuthMethod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ properties:
example: InternalAccount:019542f5-b3e7-1d02-0000-000000000002
type:
$ref: ./AuthMethodType.yaml
credentialId:
type: string
description: >-
Base64url-encoded WebAuthn credential identifier for this passkey.
Present only for `PASSKEY` authentication credentials. Corresponds to
`PublicKeyCredential.rawId`; pass this value as `allowCredentials[].id`
when requesting a passkey assertion for this auth method.
example: KEbWNCc7NgaYnUyrNeFGX9_3Y-8oJ3KwzjnaiD1d1LVTxR7v3CaKfCz2Vy_g_MHSh7yJ8yL0Pxg6jo_o0hYiew
nickname:
type: string
description: >-
Expand Down
9 changes: 8 additions & 1 deletion openapi/paths/auth/auth_credentials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ get:
$ref: ../../components/schemas/auth/AuthCredentialListResponse.yaml
examples:
multipleCredentials:
summary: Internal account with an email OTP and a passkey credential
summary: Internal account with multiple authentication credentials
value:
data:
- id: AuthMethod:019542f5-b3e7-1d02-0000-000000000001
Expand All @@ -237,9 +237,16 @@ get:
nickname: example@lightspark.com
createdAt: '2026-04-08T15:30:01Z'
updatedAt: '2026-04-08T15:30:01Z'
- id: AuthMethod:019542f5-b3e7-1d02-0000-000000000004
accountId: InternalAccount:019542f5-b3e7-1d02-0000-000000000002
type: OAUTH
nickname: example@lightspark.com
createdAt: '2026-04-08T15:35:00Z'
updatedAt: '2026-04-08T15:35:00Z'
- id: AuthMethod:019542f5-b3e7-1d02-0000-000000000003
accountId: InternalAccount:019542f5-b3e7-1d02-0000-000000000002
type: PASSKEY
credentialId: KEbWNCc7NgaYnUyrNeFGX9_3Y-8oJ3KwzjnaiD1d1LVTxR7v3CaKfCz2Vy_g_MHSh7yJ8yL0Pxg6jo_o0hYiew
nickname: iPhone Face-ID
createdAt: '2026-04-09T10:15:00Z'
updatedAt: '2026-04-09T10:15:00Z'
Expand Down
Loading