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/assistant/guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ As a result, Assistant can act directly on your data model, such as inserting an
23
23
24
24
For a more in-depth look at what Assistant can do and how to use it, see the [Prompt Guide and Examples](prompt-engineering.md) and the following Roblox Staff livestream for tips, tricks, and inspiration.
25
25
26
-
<iframewidth="640"height="360"src="https://www.youtube.com/embed/vMaOGgeuR4Y?si=fuX-80mMMzhQB6sn&start=240"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
26
+
<iframewidth="640"height="360"src="https://www.youtube-nocookie.com/embed/vMaOGgeuR4Y?si=fuX-80mMMzhQB6sn&start=240"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
Copy file name to clipboardExpand all lines: content/en-us/cloud/legacy.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,37 +5,32 @@ description: Lists legacy REST APIs for Open Cloud.
5
5
6
6
This section contains documentation for Roblox's many legacy APIs.
7
7
8
-
Roblox offers API key and/or OAuth 2.0 support **for the select legacy APIs listed on this page**. Instead of sharing cookies, you can grant access to specific permissions and use these more secure authentication methods. These APIs might change without notice and break your application and do not have the stability guarantees of the newer Open Cloud APIs.
8
+
Roblox offers API key and/or OAuth 2.0 support **for the select legacy API endpoints listed on this page**. Instead of sharing cookies, you can grant access to specific permissions and use these more secure authentication methods. These APIs might change without notice and break your application and do not have the stability guarantees of the newer Open Cloud APIs.
9
9
10
-
This page summarizes the available operations and authentication types, but you might find the legacy API documentation useful, as well:
This page summarizes the available operations and authentication types.
19
11
20
12
<Alertseverity="warning">
21
13
Refer to the left navigation for documentation of legacy APIs that only support cookie authentication and **not** API key and/or OAuth 2.0 authentication.
22
-
14
+
23
15
Just like the legacy APIs listed on this page, those APIs might change without notice. We do not recommend depending on those APIs as they rely on needing to share cookies with application code that interacts with these endpoints.
24
16
</Alert>
25
17
26
18
## Badges API
27
19
28
20
- Base URL: `https://apis.roblox.com/legacy-badges`
29
21
- Authentication types: OAuth 2.0 and API key
22
+
- Additional Badges API endpoints without Open Cloud authentication support can be found [here](/cloud/legacy/badges/v1).
@@ -66,6 +64,7 @@ This page summarizes the available operations and authentication types, but you
66
64
67
65
- Base URL: `https://apis.roblox.com/legacy-game-internationalization`
68
66
- Authentication types: OAuth 2.0 and API key
67
+
- Additional Game Internationalization API endpoints without Open Cloud authentication support can be found [here](/cloud/legacy/gameinternationalization/v1).
0 commit comments