Skip to content

Commit

Permalink
fix: do not add auto-example if one exists (#3147)
Browse files Browse the repository at this point in the history
do not add auto-example if one exists
  • Loading branch information
armandobelardo authored Mar 11, 2024
1 parent 99f93a0 commit 8698c40
Show file tree
Hide file tree
Showing 14 changed files with 9,598 additions and 35,046 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,6 @@ The response may be incomplete. Given a \`Retry-After\` response header, the cli
"incomplete": false,
"updatedAt": "2022-05-02T06:51:19Z",
},
{
"available": "3456.78",
"current": "3456.78",
"currentWithPending": "3456.78",
"id": "id",
"incomplete": true,
"updatedAt": "2021-10-30T19:06:04Z",
},
],
},
},
Expand Down Expand Up @@ -368,10 +360,6 @@ Cutoff times are very slowly changing data. This is a _conditional operation_ wh
"time": "16:45",
"type": "domesticWireTransfer",
},
{
"time": "16:45",
"type": "ach",
},
],
"timeZoneId": "America/New_York",
},
Expand Down Expand Up @@ -529,12 +517,6 @@ This information provides hints to clients, allowing bank customers to select tr
"occursOn": "2022-10-30",
"reason": "closure",
},
{
"creditOn": "2022-07-05",
"debitOn": "2022-10-07",
"occursOn": "2022-10-10",
"reason": "holiday",
},
],
},
},
Expand Down Expand Up @@ -623,10 +605,6 @@ This information provides hints to clients, allowing bank customers to select tr
"effectiveOn": "2022-07-01",
"scheduledOn": "2022-08-01",
},
{
"effectiveOn": "2022-07-05",
"scheduledOn": "2022-07-04",
},
],
},
},
Expand Down Expand Up @@ -1133,33 +1111,6 @@ The default response lists only recent transactions. Normally, this is transacti
"subtype": "check",
"type": "debit",
},
{
"amount": "1276.21",
"balance": "8509.38",
"category": {
"id": "127",
"label": "Utilities",
},
"check": {
"imageBack_url": "/accounts/1d16e438-18e0/transactions/88f5bf17-ecc4/images/back/content",
"imageFront_url": "/accounts/1d16e438-18e0/transactions/88f5bf17-ecc4/images/front/content",
"number": 8412,
},
"createdOn": "2023-05-18",
"description": "description",
"id": "88f5bf17-ecc4",
"memo": "Paid electric bill",
"merchant": {
"logo_url": "https://BillTedsExcellentElectricCompany.example.com/img/logos/medium.png",
"name": "B&T's Excellent Electric Co.",
"website_url": "https://BillTedsExcellentElectricCompany.example.com/",
},
"occurredOn": "2023-05-18",
"posted": true,
"postedOn": "2023-05-18",
"subtype": "check",
"type": "debit",
},
],
"limit": 10,
"nextPage_url": "https://production.api.apiture.com/banking/accounts/c9fc25b47d52916fc9ad/transactions?start=6117a4dcefb841cab7316cef1ac8b58c&limit=10",
Expand Down Expand Up @@ -1511,32 +1462,6 @@ Note: This operation requires an identity challenge if the financial institution
"updatedAt": "2022-04-18T07:21:35Z",
"updatedBy": "updatedBy",
},
{
"amount": "275.00",
"createdAt": "2022-04-18T07:21:35Z",
"id": "id",
"memo": "memo",
"processedAt": "2024-01-15T09:30:00Z",
"schedule": {
"amountLimit": "3456.78",
"creditsOn": "2026-06-26",
"debitsOn": "2026-06-24",
"frequency": "once",
"scheduledOn": "2026-06-28",
},
"sourceAccount": {
"id": "bd9b7af2-6f9b",
"label": "Checking *1008",
},
"state": "unscheduled",
"targetAccount": {
"id": "88b1ca3e-d0f3",
"label": "Personal Savings *4567",
"type": "savings",
},
"updatedAt": "2022-04-18T07:21:35Z",
"updatedBy": "James Bond",
},
],
"limit": 10,
"nextPage_url": "https://production.api.apiture.com/transfers/transfers?start=6117a4dcefb841cab7316cef1ac8b58c&limit=10",
Expand Down
Loading

0 comments on commit 8698c40

Please sign in to comment.