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
chevron-right
200

Expected response to a valid request

application/json
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
chevron-right
200

Expected response to a valid request

application/json
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
delete
/v1/worlds/{projectId}/web-world-instances/{worldId}

No content

Was this helpful?