Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier for the game.
Example:
"game123"
The unique identifier for the world.
Example:
"world456"
Query Parameters
(Optional) The player's session ID.
Example:
"60Z5aZjIuFlyYbjbZZKe"
Body
application/json
The world data fields to update.
Response
World updated successfully.
Confirmation message after updating the world.
Example:
"World: world456 has been updated with the following context."
UID of the world.
Example:
"world456"
The context details of the created world.
Example:
{
"lore": "A world where magic and technology coexist.",
"name": "Eldoria",
"creatures": "Dragons, Elves",
"similarWorlds": ["Middle Earth"]
}