Skip to main content

update/world

Updates the file associated with a world by its id

Request Body

Information required to update a world by its id

userid string REQUIRED

The UserId

tokenContent string REQUIRED

The token's content

fileid string REQUIRED

The File Id corresponding to the World

worldmeta object REQUIRED

The WorldMeta for a World

Publicity integer

The publicity of an world represented as an integer from 0-1

Name string

The name of the world

Description string

The world's description

Tags array

The world's tags

ThumbnailURL string

The Thumbnail URL for a world

IconURLs array

An array of Image URLs as icons for a world

ServerScripts array

An array of Script URLs as ServerScripts for a world

BuildPlatform integer

The BuildPlatform for the file being uploaded along with the worldMeta

Id string

The Id of an existing world being overwritten or added to

Responses
200

A successful request

Schema OPTIONAL
success boolean

Was the operation a success

message string

The message returned by the server

result object OPTIONAL

The result of the server response