placeConfiguration
Gets the configuration for a place owned by the authenticated user.
Parameters
Name | Type | Description |
---|---|---|
placeId | PlaceId | The ID of the place to get the configuration from. |
Example
const { data: config } = await ClassicDevelopApi.placeConfiguration({ placeId: 16349154726 });
Example Data
{
maxPlayerCount: 50,
socialSlotType: "Automatic",
customSocialSlotsCount: 15,
allowCopying: false,
currentSavedVersion: 1537,
isAllGenresAllowed: true,
allowedGearTypes: [],
maxPlayersAllowed: 700,
id: 16349154726,
universeId: 5638577595,
name: "New name!",
description: "",
isRootPlace: true,
}
Endpoint
GET /v2/places/{placeId}