Skip to content

Commit ca8d4f1

Browse files
update Open Source Docs from Roblox internal teams
1 parent cbaec96 commit ca8d4f1

File tree

2 files changed

+1745
-865
lines changed

2 files changed

+1745
-865
lines changed

content/en-us/reference/cloud/cloud.docs.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6089,12 +6089,18 @@
60896089
"x-roblox-scopes": [
60906090
{
60916091
"name": "universe:write"
6092+
},
6093+
{
6094+
"name": "asset:read"
6095+
},
6096+
{
6097+
"name": "asset:write"
60926098
}
60936099
],
60946100
"x-roblox-docs": {
60956101
"category": "Universes and places",
60966102
"methodProperties": {
6097-
"scopes": ["universe:write"]
6103+
"scopes": ["universe:write", "asset:read", "asset:write"]
60986104
},
60996105
"resource": {
61006106
"$ref": "#/components/schemas/Universe",
@@ -9764,10 +9770,11 @@
97649770
"universe.user-restriction:read": "universe.user-restriction:read",
97659771
"universe.user-restriction:write": "universe.user-restriction:write",
97669772
"universe.subscription-product.subscription:read": "universe.subscription-product.subscription:read",
9773+
"asset:read": "asset:read",
9774+
"asset:write": "asset:write",
97679775
"universe-messaging-service:publish": "universe-messaging-service:publish",
97689776
"user.advanced:read": "user.advanced:read",
97699777
"user.social:read": "user.social:read",
9770-
"asset:read": "asset:read",
97719778
"user.inventory-item:read": "user.inventory-item:read",
97729779
"user.user-notification:write": "user.user-notification:write"
97739780
}

0 commit comments

Comments
 (0)