rozod
    Preparing search index...

    Variable patchPlacesPlaceidConst Api Param

    patchPlacesPlaceid: EndpointGeneric<
        { placeId: number },
        {
            allowCopying: boolean;
            allowedGearTypes: (0 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 21 | 22)[];
            created: string;
            currentSavedVersion: number;
            customSocialSlotsCount: number;
            description: string;
            id: number;
            isAllGenresAllowed: boolean;
            isRootPlace: boolean;
            maxPlayerCount: number;
            maxPlayersAllowed: number;
            name: string;
            socialSlotType: string;
            universeId: number;
            updated: string;
        },
        {
            allowCopying: boolean;
            allowedGearTypes: string[];
            customSocialSlotsCount: number;
            description: string;
            isAllGenresAllowed: boolean;
            maxPlayerCount: number;
            name: string;
            socialSlotType: string;
        },
    > = ...

    PATCH https://develop.roblox.com/v2/places/:placeId Updates the place configuration for the place with the id placeId body placeId The place id for the place to be updated.