v1
latestOpenAPI 3.0.42026-08-068161,1253.1 MBUniverses
Update Universe
Updates the specified universe.
This method is guaranteed to return all updated fields. This method may additionally return the full resource.
patch/cloud/v2/universes/{universe_id}
Path parameters
universe_idstring required
The universe ID.
Query parameters
updateMaskstring field-mask
The list of fields to update.
Request body
Example request
{
"path": "universes/123",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"displayName": "ROBLOX Battle [OPEN]",
"description": "OPEN SOURCE! \n Feel free to check out how we made this game and ask us about it!",
"visibility": "VISIBILITY_UNSPECIFIED",
"voiceChatEnabled": true,
"ageRating": "AGE_RATING_UNSPECIFIED",
"desktopEnabled": true,
"mobileEnabled": true,
"tabletEnabled": true,
"consoleEnabled": true,
"vrEnabled": true,
"templateRootPlace": "universes/{universe_id}/places/{place_id}"
}Response
OK
Example response
{
"path": "universes/123",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"displayName": "ROBLOX Battle [OPEN]",
"description": "OPEN SOURCE! \n Feel free to check out how we made this game and ask us about it!",
"visibility": "VISIBILITY_UNSPECIFIED",
"voiceChatEnabled": true,
"ageRating": "AGE_RATING_UNSPECIFIED",
"desktopEnabled": true,
"mobileEnabled": true,
"tabletEnabled": true,
"consoleEnabled": true,
"vrEnabled": true,
"templateRootPlace": "universes/{universe_id}/places/{place_id}"
}