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: content/en-us/cloud/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Roblox has four categories of HTTP REST API:
14
14
-[Legacy with API key and/or OAuth 2.0 authentication](legacy.md)
15
15
-[Legacy with cookie authentication](legacy.md)
16
16
17
-
Whenever possible, use the Open Cloud v2 API. This API has the strongest stability guarantees and regularly adds new resources. The Open Cloud v1 API also has strong stability guarantees, but a more limited set of resources.
17
+
Whenever possible, use Open Cloud v2, Open Cloud v1, or legacy endpoints that support API key and/or OAuth 2.0 authentication. These APIs have strong stability guarantees and regularly add new resources.
18
18
19
-
The legacy APIs, no matter which types of authentication they support, can incorporate breaking changes without notice and have minimal stability guarantees. They are not part of the Open Cloud v2 or v1 APIs, and we don't recommend them for production applications.
19
+
Legacy API endpoints with cookie authentication can incorporate breaking changes without notice and have minimal stability guarantees. We don't recommend them for production applications.
20
20
21
21
<Alertseverity="info">
22
22
Roblox also offers [webhooks](./webhooks/webhook-notifications.md), which can notify your applications when certain events occur, such as refunds or changes to subscriptions.
Copy file name to clipboardExpand all lines: content/en-us/cloud/legacy.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,9 @@ description: Lists legacy REST APIs for Open Cloud.
5
5
6
6
This section contains documentation for Roblox's legacy REST APIs.
7
7
8
-
- Roblox offers API key and/or OAuth 2.0 support **for the select legacy API endpoints listed on this page**. See the tables below for the list of available operations and authentication types.
8
+
- Roblox offers API key and/or OAuth 2.0 support **for the select legacy API endpoints listed on this page**. These endpoints have the same stability guarantees as the Open Cloud v2 and v1 APIs. See the tables below for the list of available operations and authentication types.
9
9
10
-
- All other legacy API endpoints use cookie-based authentication. We do not recommend depending on these APIs, as they rely on sharing cookies with application code.
11
-
12
-
- All legacy APIs, regardless of authentication type, can change without notice and do not have the stability guarantees of the Open Cloud APIs. See the left navigation for the full list of legacy API endpoints.
10
+
- All other legacy API endpoints use cookie-based authentication. We do not recommend depending on these APIs, as they can incorporate breaking changes without notice and rely on sharing cookies with application code.
0 commit comments