Skip to content

Commit b581edb

Browse files
Update OpenAPI specification for beta and private preview
1 parent ff8e9a0 commit b581edb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

openapi/spec3.beta.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136572,7 +136572,7 @@
136572136572
},
136573136573
"/v1/financial_connections/accounts/{account}/subscribe": {
136574136574
"post": {
136575-
"description": "<p>Subscribes to periodic refreshes of data associated with a Financial Connections <code>Account</code>.</p>",
136575+
"description": "<p>Subscribes to periodic refreshes of data associated with a Financial Connections <code>Account</code>. When the account status is active, data is typically refreshed once a day.</p>",
136576136576
"operationId": "PostFinancialConnectionsAccountsAccountSubscribe",
136577136577
"parameters": [
136578136578
{

openapi/spec3.beta.sdk.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124702,7 +124702,8 @@ paths:
124702124702
post:
124703124703
description: >-
124704124704
<p>Subscribes to periodic refreshes of data associated with a Financial
124705-
Connections <code>Account</code>.</p>
124705+
Connections <code>Account</code>. When the account status is active,
124706+
data is typically refreshed once a day.</p>
124706124707
operationId: PostFinancialConnectionsAccountsAccountSubscribe
124707124708
parameters:
124708124709
- in: path

0 commit comments

Comments
 (0)