You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2
2
3
+
# 45.1.0
4
+
- Updating to OAS 2020-09-14_1.680.8
5
+
6
+
## OpenAPI Schema Changes
7
+
### 2020-09-14_1.680.8
8
+
- Add `cra_plaid_credit_score` value to Products enum. Note that this value is deprecated and is added only to reflect current API behavior, as it is present in the supported products array returned by insititutions endpoints. `cra_plaid_credit_score` should not be used in any requests to `/link/token/create` and is planned to be removed from the API.
9
+
10
+
### 2020-09-14_1.680.7
11
+
- Add `environment` field to `ProtectUserEventWebhook`
12
+
13
+
### 2020-09-14_1.680.6
14
+
- Add 'investment_auth' as an available product in the request to `/partner/customer/create`
15
+
16
+
### 2020-09-14_1.680.6
17
+
- Add `201` response to `/user/create`
18
+
19
+
### 2020-09-14_1.680.5
20
+
- Add `/user/items/remove` endpoint
21
+
22
+
### 2020-09-14_1.680.4
23
+
- (hidden) Add `/user/identity/remove` endpoint to allow customers to explicitly purge identity data
24
+
25
+
### 2020-09-14_1.680.3
26
+
- Mark `is_investments_fallback_item` as an optional rather than required parameter in the response schema for `/processor/investments/holdings/get` endpoint (not yet currently used in Production by any customers), to achieve consistency with `/investments/holdings/get`.
27
+
28
+
### 2020-09-14_1.680.2
29
+
- Add `/user_account/session/event/send` endpoint for Layer customer event tracking
30
+
31
+
### 2020-09-14_1.680.1
32
+
- Update /verification/pdf/get endpoint request attribute from `report_type` to `report_requested`.
0 commit comments