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