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
OpenCloud v1 base URLs corrected — All v1 OpenCloud endpoints now use the correct service-specific base URLs (e.g. https://apis.roblox.com/assets, https://apis.roblox.com/datastores) instead of the incorrect shared https://apis.roblox.com/cloud. This also fixes a double-prefix bug on secrets-store endpoints (cloud/cloud/v2/... → cloud/v2/...). If you were relying on the previous (incorrect) URLs, requests will now route to the correct services.
Features
Improved OpenCloud JSDoc — Endpoint documentation now includes human-readable operation names, stability badges, OAuth scopes, Lua equivalents, engine usability, and @deprecated/@see annotations for endpoints with recommended v2 alternatives.
scopes on endpoint objects — OpenCloud endpoints now expose a scopes array at runtime containing the required OAuth scope names.
Schema overrides — Added a schema_overrides.json system to fix incorrect types in upstream OpenAPI specs. Currently used to correct the Catalog API category/subcategory fields from large unions to string.
New Group Forum endpoints (v2) — Added getCloudV2GroupsGroupIdForumCategories, getCloudV2GroupsGroupIdForumCategoriesForumCategoryIdPosts, and getCloudV2GroupsGroupIdForumCategoriesForumCategoryIdPostsPostIdComments.
Base URLs now auto-extracted — v1 OpenCloud base URLs are now derived from the OpenAPI spec's servers array rather than being hardcoded, reducing drift from upstream specs.