rozod
    Preparing search index...

    Variable postPlacesPlaceidConst Api Param Description

    postPlacesPlaceid: EndpointGeneric<
        { placeId: number },
        { description: string; id: number; name: string; universeId: number },
        { description: string; name: string },
    > = ...

    POST https://develop.roblox.com/v1/places/:placeId Updates the place configuration for the place with the id placeId body placeId The place id for the place to be updated. Currently the only supported functionality for updating the configuration is around Name, and Description.