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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2
2
3
+
# 46.2.0
4
+
- Updating to OAS 2020-09-14_1.688.6
5
+
6
+
## OpenAPI Schema Changes
7
+
### 2020-09-14_1.688.6
8
+
- Updated `/user_account/session/get` sample response to include `identity_edit_history`
9
+
10
+
### 2020-09-14_1.688.5
11
+
- Expose `/cra/credit_profile/report/get` and its request/response schemas in the public OpenAPI spec (previously hidden from client libraries)
12
+
- Mark `/credit/bank_income/refresh` as `deprecated: true`. The backend implementation was removed, and the endpoint returns `Unimplemented` at runtime. To refresh Bank Income data, send the user through Link Update Mode, or migrate to CRA Income Insights and call `/cra/check_report/create`.
13
+
14
+
### 2020-09-14_1.688.4
15
+
- Document that `/transfer/metrics/get` returns static placeholder values in the Sandbox environment
16
+
17
+
### 2020-09-14_1.688.3
18
+
- Mark `/protect/event/send` and `/protect/event/get` as `deprecated: true`
19
+
20
+
### 2020-09-14_1.688.2
21
+
- Hide `/protect/event/send` and `/protect/event/get` endpoints from public API docs
22
+
23
+
### 2020-09-14_1.688.1
24
+
- Add `/sandbox/item/application/seed` endpoint for seeding connected applications on Permissions Manager sandbox items
0 commit comments