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 region.
"region789"
Query Parameters
(Optional) The player's session ID.
"60Z5aZjIuFlyYbjbZZKe"
Body
The region data fields to update.
Updated lore of the region.
"A dense forest with hidden secrets."
Updated name of the region.
"Mystic Forest"
Updated weather conditions.
"Rainy"
Updated cultural aspects.
"Druidic traditions"
Updated political stability status.
none
, highlyStable
, stable
, moderatelyStable
, unstable
, highlyUnstable
, anarchy
"stable"
Response
Region updated successfully.
Confirmation message after updating the region.
"Region: region789 has been updated with the following context."
UID of the region.
"region789"
The context details of the created region.
{
"lore": "A dense forest with hidden secrets.",
"name": "Mystic Forest",
"weather": "Rainy",
"culture": "Druidic traditions",
"politicalStability": "stable"
}