Skip to content

Commit 31664b2

Browse files
update Open Source Docs from Roblox internal teams
1 parent 4dff93b commit 31664b2

File tree

2 files changed

+64
-2
lines changed

2 files changed

+64
-2
lines changed

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

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8784,7 +8784,32 @@
87848784
},
87858785
"RestartUniverseServersRequest": {
87868786
"type": "object",
8787-
"properties": {},
8787+
"properties": {
8788+
"placeIds": {
8789+
"type": "array",
8790+
"items": {
8791+
"type": "integer",
8792+
"format": "int64"
8793+
},
8794+
"description": "The place IDs to update. If none are specified, all active places in the\nuniverse will be updated."
8795+
},
8796+
"closeAllVersions": {
8797+
"example": true,
8798+
"type": "boolean",
8799+
"description": "If true, players from servers running both old and new place versions will\nbe restarted. If false, restarts all active servers for a specific universe \nif and only if a new version of the experience has been published."
8800+
},
8801+
"bleedOffServers": {
8802+
"example": true,
8803+
"type": "boolean",
8804+
"description": "If true, matchmaking to servers will stop, but servers will stay up for bleed_off_duration_minutes before shutting down.\nThis setting gives players time to naturally migrate to the newer version.\nIf false, servers will immediately start shutting down."
8805+
},
8806+
"bleedOffDurationMinutes": {
8807+
"example": 10,
8808+
"type": "integer",
8809+
"description": "If bleed_off_servers is true, how long (in minutes) old servers are allowed\nto stay up before shutting them down. Valid values: 1-60 minutes.",
8810+
"format": "int32"
8811+
}
8812+
},
87888813
"description": "Restarts all of the universe's servers."
87898814
},
87908815
"RestartUniverseServersResponse": {

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

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27364,6 +27364,14 @@
2736427364
"url": "https://economy.roblox.com"
2736527365
}
2736627366
],
27367+
"x-roblox-engine-usability": {
27368+
"apiKeyWithHttpService": false
27369+
},
27370+
"security": [
27371+
{
27372+
"roblox-legacy-cookie": []
27373+
}
27374+
],
2736727375
"externalDocs": {
2736827376
"url": "https://create.roblox.com/docs/cloud/reference/features/localization#economy_get_v1_user_currency"
2736927377
}
@@ -67067,7 +67075,32 @@
6706767075
},
6706867076
"RestartUniverseServersRequest": {
6706967077
"type": "object",
67070-
"properties": {},
67078+
"properties": {
67079+
"placeIds": {
67080+
"type": "array",
67081+
"items": {
67082+
"type": "integer",
67083+
"format": "int64"
67084+
},
67085+
"description": "The place IDs to update. If none are specified, all active places in the\nuniverse will be updated."
67086+
},
67087+
"closeAllVersions": {
67088+
"example": true,
67089+
"type": "boolean",
67090+
"description": "If true, players from servers running both old and new place versions will\nbe restarted. If false, restarts all active servers for a specific universe \nif and only if a new version of the experience has been published."
67091+
},
67092+
"bleedOffServers": {
67093+
"example": true,
67094+
"type": "boolean",
67095+
"description": "If true, matchmaking to servers will stop, but servers will stay up for bleed_off_duration_minutes before shutting down.\nThis setting gives players time to naturally migrate to the newer version.\nIf false, servers will immediately start shutting down."
67096+
},
67097+
"bleedOffDurationMinutes": {
67098+
"example": 10,
67099+
"type": "integer",
67100+
"description": "If bleed_off_servers is true, how long (in minutes) old servers are allowed\nto stay up before shutting them down. Valid values: 1-60 minutes.",
67101+
"format": "int32"
67102+
}
67103+
},
6707167104
"description": "Restarts all of the universe's servers."
6707267105
},
6707367106
"RestartUniverseServersResponse": {
@@ -88412,6 +88445,10 @@
8841288445
"type": "string",
8841388446
"description": "The timestamp of the last update to the place summary.",
8841488447
"format": "date-time"
88448+
},
88449+
"isInUniverse": {
88450+
"type": "boolean",
88451+
"description": "Indicates whether the place is still part of the universe.\r\nA place may have active games but is no longer in the universe if it has been removed from the universe."
8841588452
}
8841688453
},
8841788454
"additionalProperties": false,

0 commit comments

Comments
 (0)