Skip to content

Commit f2c14e6

Browse files
update Open Source Docs from Roblox internal teams
1 parent 2e67a96 commit f2c14e6

File tree

2 files changed

+57
-7
lines changed

2 files changed

+57
-7
lines changed

content/common/navigation/cloud/legacy.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,56 @@ navigation:
33
- title: Overview
44
path: /cloud/legacy
55
- heading: APIs
6+
- title: Badges
7+
type: cloudapi
8+
versions:
9+
- name: v1
10+
path: /cloud/legacy/badges/v1
11+
- title: Develop v2
12+
type: cloudapi
13+
versions:
14+
- name: v1
15+
path: /cloud/legacy/develop/v2
16+
- title: Develop v1
17+
type: cloudapi
18+
versions:
19+
- name: v1
20+
path: /cloud/legacy/develop/v1
21+
- title: Followings v2
22+
type: cloudapi
23+
versions:
24+
- name: v2
25+
path: /cloud/legacy/followings/v2
26+
- title: Followings v1
27+
type: cloudapi
28+
versions:
29+
- name: v1
30+
path: /cloud/legacy/followings/v1
31+
- title: Game Internationalization v2
32+
type: cloudapi
33+
versions:
34+
- name: v2
35+
path: /cloud/legacy/gameinternationalization/v2
36+
- title: Game Internationalization v1
37+
type: cloudapi
38+
versions:
39+
- name: v1
40+
path: /cloud/legacy/gameinternationalization/v1
41+
- title: Groups v2
42+
type: cloudapi
43+
versions:
44+
- name: v2
45+
path: /cloud/legacy/groups/v2
46+
- title: Groups v1
47+
type: cloudapi
48+
versions:
49+
- name: v1
50+
path: /cloud/legacy/groups/v1
51+
- title: Localization Tables
52+
type: cloudapi
53+
versions:
54+
- name: v1
55+
path: /cloud/legacy/localizationtables/v1
656
- title: Users
757
type: cloudapi
858
versions:

content/en-us/cloud/legacy.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ title: Legacy Overview
33
description: Lists legacy REST APIs for Open Cloud.
44
---
55

6-
Roblox offers [API key](./open-cloud/api-keys.md) and/or [OAuth 2.0](./open-cloud/oauth2-overview.md) support for certain legacy APIs. Instead of sharing cookies, you can grant access to specific permissions and use these more secure authentication methods.
6+
Roblox offers [API key](./open-cloud/api-keys.md) and/or [OAuth 2.0](./open-cloud/oauth2-overview.md) support for the legacy APIs on this page. Instead of sharing cookies, you can grant access to specific permissions and use these more secure authentication methods.
77

88
These legacy APIs support do not have the same guarantees as the newer Open Cloud APIs. **Specifically, they might change without notice and break your application.**
99

1010
This page summarizes the available operations, but you might find the Swagger documentation useful, as well:
1111

12-
- [Badges API](https://badges.roblox.com/docs/)
13-
- [Followings API](https://followings.roblox.com/docs/)
14-
- [Game Internationalization API](https://gameinternationalization.roblox.com/docs/)
15-
- [Localization Tables API](https://localizationtables.roblox.com/docs/)
16-
- [Groups API](https://groups.roblox.com/docs/)
17-
- [Develop API](https://develop.roblox.com/docs/)
12+
- [Badges API](/cloud/legacy/badges/v1)
13+
- [Develop API](/cloud/legacy/develop/v1)
14+
- [Followings API](/cloud/legacy/followings/v1)
15+
- [Game Internationalization API](/cloud/legacy/gameinternationalization/v1)
16+
- [Groups API](/cloud/legacy/groups/v1)
17+
- [Localization Tables API](/cloud/legacy/localizationtables/v1)
1818

1919
## Badges API
2020

0 commit comments

Comments
 (0)