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"
Query Parameters
(Optional) The player's session ID.
"60Z5aZjIuFlyYbjbZZKe"
Body
The region data required for creating a new region.
Background lore of the region.
"A dense forest with hidden secrets."
The name of the region.
"Mystic Forest"
Typical weather conditions in the region.
"Rainy"
Cultural aspects or traditions of the region.
"Druidic traditions"
The political stability status of the region.
none
, highlyStable
, stable
, moderatelyStable
, unstable
, highlyUnstable
, anarchy
"stable"
Response
Region created successfully.
Confirmation message for region creation.
"Region: region789 has been created 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"
}