Create a new location
Locations
Create a new location
Create a new location within the specified world. Provide location details such as lore, name, and role.
POST
Create a new location
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 created.
Example:
"region789"
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.