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"
The unique identifier for the region where the location will be in.
Example:
"location789"
Query Parameters
(Optional) The player's session ID.
Example:
"60Z5aZjIuFlyYbjbZZKe"
Body
application/json
The location data required to create a new location.
Response
Location created successfully.
Confirmation message after creating the location.
Example:
"Location: location789 has been created with the following context."
UID of the location.
Example:
"location789"
The context details of the created location.
Example:
{
"lore": "A bustling market town.",
"name": "Rivertown",
"role": "Trade hub"
}