Update location details
Update the details of an existing location. Modify fields such as lore, name, and role.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier for the game.
"game123"
The unique identifier for the world.
"world456"
The unique identifier for the location.
"location789"
Query Parameters
(Optional) The player's session ID.
"60Z5aZjIuFlyYbjbZZKe"
Body
The location data fields to update.
Response
Location updated successfully.
Confirmation message after updating the location.
"Location: location789 has been updated with the following context."
UID of the location.
"location789"
The context details of the created location.
{
"lore": "A bustling market town.",
"name": "Rivertown",
"role": "Trade hub"
}