v1
latestOpenAPI 3.0.42026-08-068161,1253.1 MBPlaces
Universes
Update Place
Updates the specified place. To avoid overwriting changes, this endpoint responds with an HTTP 409 Conflict error if the place is open in an active Team Create session.
patch/cloud/v2/universes/{universe_id}/places/{place_id}
Path parameters
universe_idstring required
The universe ID.
place_idstring required
The place ID.
Query parameters
updateMaskstring field-mask
The list of fields to update.
Request body
Example request
{
"path": "universes/123/places/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!",
"root": true,
"universeRuntimeCreation": true,
"templatePlace": "universes/{universe_id}/places/{place_id}"
}Response
OK
Example response
{
"path": "universes/123/places/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!",
"root": true,
"universeRuntimeCreation": true,
"templatePlace": "universes/{universe_id}/places/{place_id}"
}