/
RO
roblox
/
Roblox API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-23
Details
Filter operations
Accounts
162
Advertising
20
Analytics
4
Assets
53
Avatars
36
Badges
26
Bans and blocks
15
Configs
9
Connections
9
Creator Store
8
Data and memory stores
48
Developer products
21
Experiments
11
Game Events
5
Game passes
21
Generative AI
1
Groups
102
Interactions
19
Inventories
9
Localization
90
Luau Execution
5
Matchmaking
29
Metadata
14
Notifications
11
Observability
6
Places
20
get
Get Place
patch
Update Place
get
Get Instance
patch
Update Instance
get
Get Update Instance Operation
get
List Instance Children
get
List of users in the active Team Create session
delete
Close a game instance that is being used for team testing
get
Endpoint used to fetch all previous contributors of a place.
get
Endpoint used to get place versions, using various filters
post
Endpoint used to modify the notes of a particular version for a place.
post
/universes/v1/{universeId}/places/{placeId}/versions
get
Get place details
post
Updates the place configuration for the place with the id placeId
patch
Updates the place configuration for the place with the id placeId
get
List of users in the active Team Create session
get
Gets a list of places for a universe.
get
Gets the place configuration for the place with the id placeId
patch
Updates the place configuration for the place with the id placeId
delete
Close a game instance that is being used for team testing
Private servers
2
Team Create
8
Thumbnail Personalization
7
Thumbnails
11
Trades
16
Universes
37
User profiles
3
Users
13
Places
Endpoint used to modify the notes of a particular version for a place.
post
/place-version-history-api/v1/{placeId}/version/{version}/notes
Path parameters
placeId
integer
required
version
string
required
Request body
UpdatePlaceVersionNotesRequest
required
title
string
nullable
description
string
nullable
Response
Success
UpdatePlaceVersionNotesResponse
required
placeVersion
PlaceVersion
Changes