From 76c0a9d791ac8d0cd3c06e62cfb6155f364907b6 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:07:20 +0000 Subject: [PATCH] docs: sync documentation with recent schema changes - Add credentialId to PASSKEY credential in authentication docs example (matches OpenAPI schema updated in f6fed80) - Fix COP_ACCOUNT fields in Grid Visualizer to match OpenAPI schema: remove bankAccountType and bankName (not in schema), keep accountNumber and phoneNumber per CopAccountInfoBase.yaml Co-Authored-By: Claude Opus 4.5 --- components/grid-visualizer/src/data/account-types.ts | 6 ++---- mintlify/snippets/global-accounts/authentication.mdx | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/grid-visualizer/src/data/account-types.ts b/components/grid-visualizer/src/data/account-types.ts index 74586434..13819231 100644 --- a/components/grid-visualizer/src/data/account-types.ts +++ b/components/grid-visualizer/src/data/account-types.ts @@ -298,10 +298,8 @@ export const accountTypeSpecs: Record = { COP_ACCOUNT: { accountType: 'COP_ACCOUNT', fields: [ - { name: 'accountNumber', example: '1234567890' }, - { name: 'bankAccountType', example: 'SAVINGS', description: 'CHECKING or SAVINGS' }, - { name: 'bankName', example: 'Bancolombia' }, - { name: 'phoneNumber', example: '+573001234567' }, + { name: 'accountNumber', example: '1234567890', description: 'For bank transfer' }, + { name: 'phoneNumber', example: '+573001234567', description: 'For mobile money' }, ], beneficiaryRequired: true, }, diff --git a/mintlify/snippets/global-accounts/authentication.mdx b/mintlify/snippets/global-accounts/authentication.mdx index 8d193043..8fe827fd 100644 --- a/mintlify/snippets/global-accounts/authentication.mdx +++ b/mintlify/snippets/global-accounts/authentication.mdx @@ -520,6 +520,7 @@ curl -X GET "$GRID_BASE_URL/auth/credentials?accountId=EmbeddedWallet:019542f5-b "id": "AuthMethod:019542f5-b3e7-1d02-0000-000000000001", "accountId": "EmbeddedWallet:019542f5-b3e7-1d02-0000-000000000002", "type": "PASSKEY", + "credentialId": "KEbWNCc7NgaYnUyrNeFGX9_3Y-8oJ3KwzjnaiD1d1LVTxR7v3CaKfCz2Vy_g_MHSh7yJ8yL0Pxg6jo_o0hYiew", "nickname": "iPhone Face-ID", "createdAt": "2026-04-08T15:30:01Z", "updatedAt": "2026-04-08T15:30:01Z"