Skip to content

Commit b515799

Browse files
committed
feat: rename accounts to data in list external accounts response
1 parent b4541c7 commit b515799

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

mintlify/openapi.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/paths/platform/platform_external_accounts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ get:
2424
schema:
2525
type: object
2626
required:
27-
- accounts
27+
- data
2828
properties:
29-
accounts:
29+
data:
3030
type: array
3131
description: List of external accounts matching the filter criteria
3232
items:

0 commit comments

Comments
 (0)