Web world instances

Info for a specific world

get
Path parameters
projectIdstringRequired

The id of the project the world is in

worldIdstringRequired

The id of the world to retrieve

Responses
get
/v1/worlds/{projectId}/web-world-instances/{worldId}

Edit a world

post
Path parameters
projectIdstringRequired

The id of the project the world is in

worldIdstringRequired

The id of the world to edit

Body
namestringOptional
descriptionstringOptional
enableTweakPanebooleanOptional
Responses
post
/v1/worlds/{projectId}/web-world-instances/{worldId}

Delete a world

delete
Path parameters
projectIdstringRequired

The id of the project the world is in

worldIdstringRequired

The id of the world to delete

Responses
chevron-right
204

The world was deleted

No content

delete
/v1/worlds/{projectId}/web-world-instances/{worldId}

No content

Was this helpful?