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: docs/request-network-api/migrate-to-v2.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ description: >-
6
6
7
7
# Migrate to V2
8
8
9
+
The Request Network API V2 introduces significant improvements while maintaining backward compatibility. This guide provides a comprehensive overview of the breaking changes between V1 and V2, along with a step-by-step migration guide.
10
+
9
11
{% hint style="warning" %}
10
12
**V1 API Deprecation Notice**
11
13
@@ -17,10 +19,8 @@ V1 of the Request Network API is deprecated and in security-fixes-only mode. Thi
17
19
Please migrate to V2 as soon as possible to ensure continued support and access to the latest features.
18
20
{% endhint %}
19
21
20
-
The Request Network API V2 introduces significant improvements while maintaining backward compatibility. This guide provides a comprehensive overview of the breaking changes between V1 and V2, along with a step-by-step migration guide.
21
-
22
22
{% hint style="info" %}
23
-
**Important**: V2 is designed to coexist with V1. You can migrate incrementally and don't need to migrate all endpoints at once.
23
+
**Important**: V2 is designed to coexist with V1. You can migrate incrementally and don't need to migrate all endpoints at once. See the [Full API Reference](https://api.request.network/open-api) for documentation of the V1 endpoints.
0 commit comments